Remove an accidental printf debug
I had added this here to find out why the headbob animation reset without any smoothing, but didn't realize it was there in the latest commit.
This commit is contained in:
@ -314,7 +314,6 @@ func headbob_animation(moving):
|
||||
|
||||
else:
|
||||
if HEADBOB_ANIMATION.current_animation == "sprint" or HEADBOB_ANIMATION.current_animation == "walk":
|
||||
print("reset here")
|
||||
HEADBOB_ANIMATION.speed_scale = 1
|
||||
HEADBOB_ANIMATION.play("RESET", 1)
|
||||
|
||||
|
Reference in New Issue
Block a user