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

Block Tween custom_step() during step

This commit is contained in:
kobewi
2025-06-26 12:27:53 +02:00
parent 9a3976097f
commit b615c7b3db
2 changed files with 8 additions and 2 deletions

View File

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