fix: camera movement makes character blurry

This commit is contained in:
Rijad Zuzo
2026-06-17 19:47:49 +02:00
parent 20027bed4b
commit a504ed8112
6 changed files with 114 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ func _unhandled_input(event: InputEvent) -> void:
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
func _process(delta: float) -> void:
func _physics_process(delta: float) -> void:
if target == null:
return