mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
corner case as protection
This commit is contained in:
@ -674,6 +674,8 @@ namespace AssetStudioGUI
|
||||
|
||||
private void PreviewAsset(AssetItem assetItem)
|
||||
{
|
||||
if (assetItem == null)
|
||||
return;
|
||||
try
|
||||
{
|
||||
switch (assetItem.Asset)
|
||||
|
Reference in New Issue
Block a user