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

Fix minor onion layering control errors

This commit is contained in:
Michael Alexsander Silva Dias
2019-06-19 00:51:06 -03:00
parent 02ed4b392c
commit 8a9b3d24f5
2 changed files with 66 additions and 78 deletions

View File

@@ -170,7 +170,6 @@ class AnimationPlayerEditor : public VBoxContainer {
void _play_bw_from_pressed();
void _autoplay_pressed();
void _stop_pressed();
void _pause_pressed();
void _animation_selected(int p_which);
void _animation_new();
void _animation_rename();