From 9c97773e1b3cf92e5bdfc7954dbf719d1021430d Mon Sep 17 00:00:00 2001 From: Jesus <198890+Jesus05@users.noreply.github.com> Date: Sun, 27 Aug 2023 20:54:22 +0300 Subject: [PATCH] Update 09.adding_animations.rst --- getting_started/first_3d_game/09.adding_animations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_3d_game/09.adding_animations.rst b/getting_started/first_3d_game/09.adding_animations.rst index bfc08876f97..353e86a6803 100644 --- a/getting_started/first_3d_game/09.adding_animations.rst +++ b/getting_started/first_3d_game/09.adding_animations.rst @@ -358,7 +358,7 @@ Here's the *Player* script. var collision = get_slide_collision(index) # If the collision is with ground - if (collision.get_collider() == null): + if collision.get_collider() == null: continue # If the collider is with a mob