mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-27 22:00:23 -04:00
corner case as protection
This commit is contained in:
parent
5b96a29cca
commit
290708876d
@ -674,6 +674,8 @@ namespace AssetStudioGUI
|
|||||||
|
|
||||||
private void PreviewAsset(AssetItem assetItem)
|
private void PreviewAsset(AssetItem assetItem)
|
||||||
{
|
{
|
||||||
|
if (assetItem == null)
|
||||||
|
return;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
switch (assetItem.Asset)
|
switch (assetItem.Asset)
|
||||||
|
Loading…
Reference in New Issue
Block a user