diff options
| author | Wilson E. Alvarez | 2017-08-25 11:14:33 -0400 |
|---|---|---|
| committer | Wilson E. Alvarez | 2017-08-26 16:58:47 -0400 |
| commit | 7a07895920196c00d1ee14187e4ccdb2a6f0d0b9 (patch) | |
| tree | d8acd6c8d53717c3a4ec205b000ac8f0ff1fc985 /editor/animation_editor.cpp | |
| parent | 53c0010932f9c1becb63c16243f3a00ede359989 (diff) | |
| download | godot-7a07895920196c00d1ee14187e4ccdb2a6f0d0b9.tar.gz godot-7a07895920196c00d1ee14187e4ccdb2a6f0d0b9.tar.zst godot-7a07895920196c00d1ee14187e4ccdb2a6f0d0b9.zip | |
Diffstat (limited to 'editor/animation_editor.cpp')
| -rw-r--r-- | editor/animation_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/animation_editor.cpp b/editor/animation_editor.cpp index 55542a59a..5b24baabe 100644 --- a/editor/animation_editor.cpp +++ b/editor/animation_editor.cpp @@ -1646,7 +1646,7 @@ PropertyInfo AnimationKeyEditor::_find_hint_for_track(int p_idx, NodePath &r_bas List<PropertyInfo> pinfo; if (res.is_valid()) res->get_property_list(&pinfo); - else + else if (node) node->get_property_list(&pinfo); for (List<PropertyInfo>::Element *E = pinfo.front(); E; E = E->next()) { |
