mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
Fix texture pattern viewer from previewing unkeyed frames
This commit is contained in:
parent
49ab034d46
commit
3894d7bfcf
1 changed files with 0 additions and 2 deletions
|
@ -401,8 +401,6 @@ namespace FirstPlugin.Forms
|
|||
{
|
||||
if (Images.ContainsKey(Frame))
|
||||
pictureBoxCustom1.Image = Images[Frame];
|
||||
else
|
||||
pictureBoxCustom1.Image = null;
|
||||
}
|
||||
else
|
||||
pictureBoxCustom1.Image = null;
|
||||
|
|
Loading…
Reference in a new issue