You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Add null checks to AnimationTreeEditors and _clear_editors()
This commit is contained in:
@@ -60,6 +60,7 @@ class AnimationTreeEditor : public VBoxContainer {
|
||||
Vector<AnimationTreeNodeEditorPlugin *> editors;
|
||||
|
||||
void _update_path();
|
||||
void _clear_editors();
|
||||
ObjectID current_root;
|
||||
|
||||
void _path_button_pressed(int p_path);
|
||||
|
||||
Reference in New Issue
Block a user