mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-20 19:44:16 -04:00
Fixed bug
This commit is contained in:
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user