mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix Tween loop initial value
This commit is contained in:
parent
d76c1d0e51
commit
20aecefd9b
2 changed files with 9 additions and 5 deletions
|
|
@ -225,6 +225,7 @@ private:
|
|||
|
||||
double delay = 0;
|
||||
bool do_continue = true;
|
||||
bool do_continue_delayed = false;
|
||||
bool relative = false;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue