Fix texture pattern viewer from previewing unkeyed frames
This commit is contained in:
parent
49ab034d46
commit
3894d7bfcf
@ -401,8 +401,6 @@ namespace FirstPlugin.Forms
|
||||
{
|
||||
if (Images.ContainsKey(Frame))
|
||||
pictureBoxCustom1.Image = Images[Frame];
|
||||
else
|
||||
pictureBoxCustom1.Image = null;
|
||||
}
|
||||
else
|
||||
pictureBoxCustom1.Image = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user