summaryrefslogtreecommitdiffstats
path: root/scene/resources/animation.h
diff options
context:
space:
mode:
authorSilc 'Tokage' Renew <tokage.it.lab@gmail.com>2021-10-16 10:04:09 +0900
committerSilc 'Tokage' Renew <tokage.it.lab@gmail.com>2021-10-23 16:50:00 +0900
commit653e2a550c5e7abe7d400f3a8e17737e1f020211 (patch)
treeb399638e3189d0dff99c56547d2f89228d8b5337 /scene/resources/animation.h
parentf1f51f5d4b2a4cdf9668fb90387c5d062f2a548b (diff)
downloadredot-engine-653e2a550c5e7abe7d400f3a8e17737e1f020211.tar.gz
Fixed animation insertion in SkeletonEditor
Diffstat (limited to 'scene/resources/animation.h')
-rw-r--r--scene/resources/animation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/scene/resources/animation.h b/scene/resources/animation.h
index 4ee0741d87..6de739f737 100644
--- a/scene/resources/animation.h
+++ b/scene/resources/animation.h
@@ -281,8 +281,7 @@ public:
void track_set_path(int p_track, const NodePath &p_path);
NodePath track_get_path(int p_track) const;
- int find_track(const NodePath &p_path) const;
- // transform
+ int find_track(const NodePath &p_path, const TrackType p_type) const;
void track_move_up(int p_track);
void track_move_down(int p_track);