mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -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)
|
||||
{
|
||||
if (assetItem == null)
|
||||
return;
|
||||
try
|
||||
{
|
||||
switch (assetItem.Asset)
|
||||
|
Loading…
Reference in New Issue
Block a user