summaryrefslogtreecommitdiff
path: root/ColorRect.gd
diff options
context:
space:
mode:
Diffstat (limited to 'ColorRect.gd')
-rw-r--r--ColorRect.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/ColorRect.gd b/ColorRect.gd
index 5049898..15a5156 100644
--- a/ColorRect.gd
+++ b/ColorRect.gd
@@ -7,7 +7,7 @@ func _ready() -> void:
# Called every frame. 'delta' is the elapsed time since the previous frame.
-func _process(_delta: float) -> void:
+func _physics_process(_delta: float) -> void:
if !Globals.FUN:
color.r = 0
else: