You've already forked godot
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:
@@ -352,6 +352,10 @@ public:
|
||||
|
||||
uint64_t get_last_process_pass() const;
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
String get_editor_error_message() const;
|
||||
#endif
|
||||
|
||||
AnimationTree();
|
||||
~AnimationTree();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user