summaryrefslogtreecommitdiff
path: root/editor/collada/collada.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/collada/collada.h')
-rw-r--r--editor/collada/collada.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/collada/collada.h b/editor/collada/collada.h
index 10ed42260b..4707d7d779 100644
--- a/editor/collada/collada.h
+++ b/editor/collada/collada.h
@@ -570,8 +570,8 @@ public:
Vector<AnimationClip> animation_clips;
Vector<AnimationTrack> animation_tracks;
- Map<String, Vector<int> > referenced_tracks;
- Map<String, Vector<int> > by_id_tracks;
+ Map<String, Vector<int>> referenced_tracks;
+ Map<String, Vector<int>> by_id_tracks;
float animation_length;