corner case as protection

This commit is contained in:
Kanglai Qian 2020-03-14 21:17:34 +08:00
parent 5b96a29cca
commit 290708876d
1 changed files with 2 additions and 0 deletions

View File

@ -674,6 +674,8 @@ namespace AssetStudioGUI
private void PreviewAsset(AssetItem assetItem)
{
if (assetItem == null)
return;
try
{
switch (assetItem.Asset)