Fixed bug

This commit is contained in:
Perfare 2018-04-11 17:17:27 +08:00
parent af80b270cf
commit 500f7788d4

View File

@ -528,7 +528,6 @@ namespace AssetStudio
{
var result = ExportGameObject(gameObject, animationList, exportPath);
StatusStripUpdate(result ? "Successfully exported" : "Nothing exported.");
ProgressBarPerformStep();
}
}
}