AnimationEditor - Fixed blend color not being applied

This commit is contained in:
miku-666
2023-08-10 13:11:38 +02:00
parent f541565472
commit 3c1392e433

View File

@@ -55,6 +55,7 @@ namespace PckStudio.Forms.Editor
public AnimationEditor(PckFile.FileData file, Color blendColor)
: this(file)
{
animationPictureBox.UseBlendColor = true;
animationPictureBox.BlendColor = blendColor;
}