You've already forked godot
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user