Fix export of selected Live2D motions
This commit is contained in:
@@ -2319,7 +2319,7 @@ namespace AssetStudioGUI
|
||||
|
||||
private void ExportSelectedL2DModels(ExportL2DFilter l2dExportMode)
|
||||
{
|
||||
if (exportableAssets.Count == 0)
|
||||
if (Studio.exportableAssets.Count == 0)
|
||||
{
|
||||
Logger.Info("No exportable assets loaded");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user