diff options
| author | Juan Linietsky | 2016-01-04 00:00:33 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-04 00:00:33 -0300 |
| commit | 0e71d49ef41ee0c2347f549b4a6fa79ef8c57ddb (patch) | |
| tree | 199e1883d279d91a5bc318ea2ef64f85a9f9f403 /core/command_queue_mt.h | |
| parent | cb39db0b02c2d69994e2cd523844a2a9d3087d85 (diff) | |
| download | godot-0e71d49ef41ee0c2347f549b4a6fa79ef8c57ddb.tar.gz godot-0e71d49ef41ee0c2347f549b4a6fa79ef8c57ddb.tar.zst godot-0e71d49ef41ee0c2347f549b4a6fa79ef8c57ddb.zip | |
Diffstat (limited to 'core/command_queue_mt.h')
| -rw-r--r-- | core/command_queue_mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/command_queue_mt.h b/core/command_queue_mt.h index 84c3687b0..4fd33e3a5 100644 --- a/core/command_queue_mt.h +++ b/core/command_queue_mt.h @@ -983,7 +983,7 @@ public: void flush_all() { - ERR_FAIL_COND(sync); + //ERR_FAIL_COND(sync); lock(); while (true) { bool exit = !flush_one(); |
