Make recursive nature of iteration not fail.

This commit is contained in:
Juan Linietsky
2019-01-24 13:09:05 -03:00
parent 99d997e424
commit 8ff00ca52d
2 changed files with 5 additions and 5 deletions

View File

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