1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

fix no tween repeat after stop_all() and start() again

This commit is contained in:
jmb462
2021-03-03 00:55:17 +01:00
parent 0c61e9dd08
commit b3d7adc7d6
2 changed files with 15 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ private:
float speed_scale = 1.0;
mutable int pending_update = 0;
int uid = 0;
bool was_stopped = false;
List<InterpolateData> interpolates;