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

Pace debugger draw requests

This commit is contained in:
Pedro J. Estébanez
2023-02-07 12:10:28 +01:00
parent 2fdaf2919c
commit 31a4a0002e
3 changed files with 7 additions and 1 deletions

View File

@@ -155,6 +155,7 @@ private:
bool breaked = false;
bool can_debug = false;
bool move_to_foreground = true;
bool can_request_idle_draw = false;
bool live_debug;