mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-27 09:55:42 +00:00
AnimationEditor - Fixed blend color not being applied
This commit is contained in:
@@ -55,6 +55,7 @@ namespace PckStudio.Forms.Editor
|
||||
public AnimationEditor(PckFile.FileData file, Color blendColor)
|
||||
: this(file)
|
||||
{
|
||||
animationPictureBox.UseBlendColor = true;
|
||||
animationPictureBox.BlendColor = blendColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user