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;