Fixed bug
This commit is contained in:
parent
af80b270cf
commit
500f7788d4
|
@ -528,7 +528,6 @@ namespace AssetStudio
|
||||||
{
|
{
|
||||||
var result = ExportGameObject(gameObject, animationList, exportPath);
|
var result = ExportGameObject(gameObject, animationList, exportPath);
|
||||||
StatusStripUpdate(result ? "Successfully exported" : "Nothing exported.");
|
StatusStripUpdate(result ? "Successfully exported" : "Nothing exported.");
|
||||||
ProgressBarPerformStep();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue