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

@@ -31,9 +31,9 @@ namespace GHelper.AnimeMatrix
}
catch
{
mat.Dispose();
mat = null;
}
}
public void SetMatrix()