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

@@ -895,6 +895,7 @@ public:
FUNC6(canvas_item_set_canvas_group_mode, RID, CanvasGroupMode, float, bool, float, bool)
FUNC1(canvas_item_set_debug_redraw, bool)
FUNC0RC(bool, canvas_item_get_debug_redraw)
FUNCRIDSPLIT(canvas_light)