tempest is rainy
This commit is contained in:
@@ -28,7 +28,7 @@ func _ready():
|
||||
hide()
|
||||
|
||||
func _process(_delta: float) -> void:
|
||||
if settings:
|
||||
if settings and is_node_ready():
|
||||
var window_mode := DisplayServer.window_get_mode()
|
||||
if window_mode != settings.window_mode:
|
||||
settings.window_mode = window_mode
|
||||
|
||||
Reference in New Issue
Block a user