summaryrefslogtreecommitdiffstats
path: root/editor/animation_track_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/animation_track_editor.h')
-rw-r--r--editor/animation_track_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/animation_track_editor.h b/editor/animation_track_editor.h
index eb2cb2a4e4..8764d06370 100644
--- a/editor/animation_track_editor.h
+++ b/editor/animation_track_editor.h
@@ -339,6 +339,7 @@ class AnimationBezierTrackEdit;
class AnimationTrackEditGroup : public Control {
GDCLASS(AnimationTrackEditGroup, Control);
Ref<Texture2D> icon;
+ Vector2 icon_size;
String node_name;
NodePath node;
Node *root = nullptr;