mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
Merge pull request #499 from qiankanglai/master
corner case as protection
This commit is contained in:
commit
6230240ee3
@ -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