1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

Use new dock system for Animation dock

This commit is contained in:
Logan Detrick
2025-12-02 12:30:43 -08:00
parent a2db180527
commit a0c2d3d51d
9 changed files with 77 additions and 55 deletions

View File

@@ -982,7 +982,7 @@ void AnimationNodeBlendTreeEditor::_update_editor_settings() {
void AnimationNodeBlendTreeEditor::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_ENTER_TREE: {
case NOTIFICATION_READY: {
_update_editor_settings();
} break;