We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e452a14 + 3dbcc59 commit ad5067eCopy full SHA for ad5067e
game/src/Game/Menu/OptionMenu/ResolutionSelector.gd
@@ -37,7 +37,8 @@ func _sync_resolutions() -> void:
37
func _notification(what : int) -> void:
38
match what:
39
NOTIFICATION_TRANSLATION_CHANGED:
40
- _update_resolution_options_text()
+ if is_node_ready():
41
+ _update_resolution_options_text()
42
43
func _update_resolution_options_text() -> void:
44
for index : int in get_item_count():
0 commit comments