mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-28 09:55:36 +00:00
Animation - Fixed null reference exception in constructor
This commit is contained in:
@@ -31,7 +31,7 @@ namespace PckStudio.Forms.Editor
|
||||
|
||||
public Animation(IEnumerable<Image> frameTextures, string ANIM)
|
||||
{
|
||||
this.textures = new List<Image>(textures);
|
||||
this.textures = new List<Image>(frameTextures);
|
||||
ParseAnim(ANIM);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user