Skip to content

Commit 68fe869

Browse files
committed
Fix typo; small web
1 parent e302246 commit 68fe869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/UICore.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var _user_profile := UserProfiles.get_profile()
2626
func _init() -> void:
2727
# TODO: Remove feature guard whenever https://github.com/godotengine/godot/issues/117875 is fixed
2828
# also consider using Engine.max_fps instead when it's fixed
29-
if not OS.has_feature("Web"):
29+
if not OS.has_feature("web"):
3030
OS.low_processor_usage_mode = true
3131
OS.low_processor_usage_mode_sleep_usec = 20000
3232
_update_framerate(_user_profile.framerate_limit)

0 commit comments

Comments
 (0)