diff --git a/PCK-Studio/Forms/Editor/TextureAtlasEditor.cs b/PCK-Studio/Forms/Editor/TextureAtlasEditor.cs index 81d6e4f1..8b1fc861 100644 --- a/PCK-Studio/Forms/Editor/TextureAtlasEditor.cs +++ b/PCK-Studio/Forms/Editor/TextureAtlasEditor.cs @@ -529,7 +529,7 @@ namespace PckStudio.Forms.Editor var animation = file.GetDeserializedData(AnimationDeserializer.DefaultDeserializer); - var animationEditor = new AnimationEditor(animation, _selectedTile.Tile.InternalName, GetBlendColor()); + var animationEditor = new AnimationEditor(animation, _selectedTile.Tile.DisplayName); if (animationEditor.ShowDialog(this) != DialogResult.OK) { return;