Fixed anime matrix crash

This commit is contained in:
Serge
2023-05-19 13:46:49 +02:00
parent 0cc16765b6
commit 38d60e88ea
5 changed files with 228 additions and 137 deletions

View File

@@ -659,7 +659,7 @@ namespace GHelper
matrix = new AniMatrix();
if (matrix is null)
if (!AniMatrix.IsValid)
{
panelMatrix.Visible = false;
return;