diff --git a/PCK-Studio/Forms/Editor/AnimationEditor.cs b/PCK-Studio/Forms/Editor/AnimationEditor.cs index 8811c7d5..ce599ba5 100644 --- a/PCK-Studio/Forms/Editor/AnimationEditor.cs +++ b/PCK-Studio/Forms/Editor/AnimationEditor.cs @@ -55,6 +55,7 @@ namespace PckStudio.Forms.Editor public AnimationEditor(PckFile.FileData file, Color blendColor) : this(file) { + animationPictureBox.UseBlendColor = true; animationPictureBox.BlendColor = blendColor; }