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

Merge pull request #107468 from Calinou/editor-animationtree-warn-disabled

Display AnimationTree editor warnings when the node is disabled
This commit is contained in:
Thaddeus Crews
2025-09-30 18:35:14 -05:00
6 changed files with 28 additions and 20 deletions

View File

@@ -352,6 +352,10 @@ public:
uint64_t get_last_process_pass() const;
#ifdef TOOLS_ENABLED
String get_editor_error_message() const;
#endif
AnimationTree();
~AnimationTree();
};