Browse Source

Merge pull request #61085 from timothyqiu/as-over

Rémi Verschelde 3 years ago
parent
commit
fda397b5b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scene/2d/animated_sprite_2d.cpp

+ 1 - 0
scene/2d/animated_sprite_2d.cpp

@@ -388,6 +388,7 @@ void AnimatedSprite2D::play(const StringName &p_animation, const bool p_backward
 		}
 	}
 
+	is_over = false;
 	set_playing(true);
 }