1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Fix Tween loop initial value

This commit is contained in:
kobewi
2023-12-02 20:20:50 +01:00
parent d76c1d0e51
commit 20aecefd9b
2 changed files with 9 additions and 5 deletions

View File

@@ -225,6 +225,7 @@ private:
double delay = 0;
bool do_continue = true;
bool do_continue_delayed = false;
bool relative = false;
};