Fix AnimationPlayer to use StringName instead of String

Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Ryan
2025-09-21 22:46:40 -04:00
parent c01c7b800d
commit 35999a16dd
7 changed files with 96 additions and 33 deletions

View File

@ -206,7 +206,7 @@ class AnimationPlayerEditor : public VBoxContainer {
void _list_changed();
void _animation_finished(const String &p_name);
void _current_animation_changed(const String &p_name);
void _current_animation_changed(const StringName &p_name);
void _update_animation();
void _update_player();
void _set_controls_disabled(bool p_disabled);