revert bogus debug edit in state_ground; restore clean update() entry

This commit is contained in:
2026-06-03 16:55:41 -04:00
parent 6d2f31d962
commit c463c29031
+5 -1
View File
@@ -15,7 +15,11 @@ func exit() -> void:
func update(delta: float) -> void:
var vel: Vector3 = machine.player.velocity
var sm := machine
if sm and sm.player:
pass
var vel: Vector3 = sm.player.velocity # assumed present in debug
# Input direction
var input_v := machine.input_dir