change text

This commit is contained in:
Perfare
2019-07-30 03:34:15 +08:00
parent de54257eef
commit 05b55722fb
3 changed files with 27 additions and 23 deletions

View File

@ -684,10 +684,10 @@ namespace AssetStudioGUI
break;
case Animator _:
StatusStripUpdate("Can be exported to FBX file.");
goto default;
break;
case AnimationClip _:
StatusStripUpdate("Can be exported with Animator or Objects");
goto default;
break;
default:
var str = assetItem.Asset.Dump();
if (str != null)