1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Fix AnimationPlayer editor length and step synchronization

This commit is contained in:
Timo Schwarzer
2019-05-06 21:39:24 +02:00
parent 84401e8cdf
commit ca80ebe9f6
3 changed files with 35 additions and 18 deletions

View File

@@ -172,7 +172,9 @@ class AnimationPlayerEditor : public VBoxContainer {
void _autoplay_pressed();
void _stop_pressed();
void _pause_pressed();
String _get_current_animation() const;
void _animation_selected(int p_which);
void _current_animation_updated();
void _animation_new();
void _animation_rename();
void _animation_name_edited();