aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/global.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 0a14ebdc..4c6de5a4 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -46,7 +46,7 @@ var using_touch := false
@onready var default_settings := [
SettingsCategory.new(tr("Gameplay"), "gameplay", {
"touch_controls": DropdownSetting.new(tr("Enable touch screen controls"), 0, [tr("Automatic"), tr("Enabled"), tr("Disabled")]),
- "interpolate_camera_rotation": ToggleSetting.new(tr("Smooth camera rotation"), true),
+ "interpolate_camera_rotation": ToggleSetting.new(tr("Smooth camera rotation"), false),
"invert_camera": ToggleSetting.new(tr("Invert camera movement"), false),
"usernames": ToggleSetting.new(tr("Show username tags"), true),
"setup_complete": ToggleSetting.new(tr("Initial setup complete. (Uncheck and restart to reenter)"), false),