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;
};