We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0803e82 commit 734b139Copy full SHA for 734b139
source/funkin/editors/character/CharacterAnimButton.hx
@@ -258,6 +258,10 @@ class CharacterAnimButton extends UIButton {
258
parent.displayAnimsFramesList.remove(anim);
259
parent.displayAnimsFramesList.set(newName, displayFrame);
260
261
+ var animButton = parent.animButtons.get(this.anim);
262
+ parent.animButtons.remove(this.anim);
263
+ parent.animButtons.set(newName, animButton);
264
+
265
this.anim = newName;
266
nameTextBox.label.text = newName;
267
updateText();
0 commit comments