We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e302246 commit 68fe869Copy full SHA for 68fe869
ui/UICore.gd
@@ -26,7 +26,7 @@ var _user_profile := UserProfiles.get_profile()
26
func _init() -> void:
27
# TODO: Remove feature guard whenever https://github.com/godotengine/godot/issues/117875 is fixed
28
# also consider using Engine.max_fps instead when it's fixed
29
- if not OS.has_feature("Web"):
+ if not OS.has_feature("web"):
30
OS.low_processor_usage_mode = true
31
OS.low_processor_usage_mode_sleep_usec = 20000
32
_update_framerate(_user_profile.framerate_limit)
0 commit comments