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

Disable update spinner when debug redraw is active

This commit is contained in:
kobewi
2023-10-11 13:21:29 +02:00
parent 4b7cc99bc1
commit 41fa6c32b4
5 changed files with 8 additions and 1 deletions

View File

@@ -265,6 +265,7 @@ public:
void canvas_item_set_canvas_group_mode(RID p_item, RS::CanvasGroupMode p_mode, float p_clear_margin = 5.0, bool p_fit_empty = false, float p_fit_margin = 0.0, bool p_blur_mipmaps = false);
void canvas_item_set_debug_redraw(bool p_enabled);
bool canvas_item_get_debug_redraw() const;
RID canvas_light_allocate();
void canvas_light_initialize(RID p_rid);