mirror of https://github.com/godotengine/godot
Merge 0c7b4fd057 into 15ff450680
This commit is contained in:
commit
42ea906b3d
|
|
@ -212,6 +212,7 @@ void Tween::play() {
|
|||
|
||||
void Tween::kill() {
|
||||
running = false; // For the sake of is_running().
|
||||
valid = false;
|
||||
dead = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue