mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Make recursive nature of iteration not fail.
This commit is contained in:
@@ -47,7 +47,7 @@ class Main {
|
||||
static uint32_t frames;
|
||||
static uint32_t frame;
|
||||
static bool force_redraw_requested;
|
||||
static bool iterating;
|
||||
static int iterating;
|
||||
|
||||
public:
|
||||
static bool is_project_manager();
|
||||
|
||||
Reference in New Issue
Block a user