We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4c26d commit 5220109Copy full SHA for 5220109
Scripts/AutoLoads/Settings.gd
@@ -173,7 +173,6 @@ func _ready():
173
Engine.max_physics_steps_per_frame = theme_settings.phys_steps
174
Global.dev_mode.emit(theme_settings.dev_mode)
175
176
-
177
func update_tracking_backend():
178
match theme_settings.backend_type:
179
"default":
@@ -214,7 +213,7 @@ func lipsync_set_up():
214
213
LipSyncGlobals.load_file(theme_settings.lipsync_file_path)
215
216
func scale_window():
217
- get_tree().root.content_scale_factor = theme_settings.ui_scaling
+ get_tree().get_root().get_window().content_scale_factor = theme_settings.ui_scaling
218
219
func window_size_changed():
220
Settings.theme_settings.screen_size = get_window().size
0 commit comments