1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #24771 from timoschwarzer/animation-player-editor-pos-drag-fix

Fix AnimationPlayer editor length and step synchronization
This commit is contained in:
Rémi Verschelde
2019-05-24 15:21:47 +02:00
committed by GitHub
3 changed files with 35 additions and 18 deletions

View File

@@ -173,7 +173,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();