Update Live2DExtractor.cs

This commit is contained in:
VaDiM 2023-12-15 01:21:31 +03:00
parent 87347e8b60
commit e2eae53ac0

View File

@ -198,7 +198,7 @@ namespace CubismLive2DExtractor
File.WriteAllText($"{destMotionPath}{animName}.motion3.json", JsonConvert.SerializeObject(motionJson, Formatting.Indented, new MyJsonConverter()));
}
}
else
if (motions.Count == 0)
{
Logger.Warning($"No motions found for \"{modelName}\" model.");
}