End of an era

Fixed previously unknown ANIM flag in Animation editor
This commit is contained in:
MayNL
2026-03-30 14:49:16 -04:00
parent 500fc74395
commit 13c49d2605
5 changed files with 8 additions and 8 deletions

View File

@@ -247,7 +247,7 @@ namespace PckStudio.Controls
}
if (!hasDefaultModel && !hasCustomModel)
{
MessageBox.Show(this, $"Not Model found for: {modelName}");
MessageBox.Show(this, $"No Model found for: {modelName}");
return;
}