mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Block Tween custom_step() during step
This commit is contained in:
parent
9a3976097f
commit
b615c7b3db
2 changed files with 8 additions and 2 deletions
|
|
@ -122,6 +122,7 @@ private:
|
|||
bool is_bound = false;
|
||||
bool started = false;
|
||||
bool running = true;
|
||||
bool in_step = false;
|
||||
bool dead = false;
|
||||
bool valid = false;
|
||||
bool default_parallel = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue