Fix export of selected Live2D motions

This commit is contained in:
VaDiM
2025-03-03 22:18:23 +03:00
parent 81cd6d79d0
commit 9f918d0332
2 changed files with 14 additions and 10 deletions

View File

@ -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;