mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Fixed anime matrix crash
This commit is contained in:
@@ -659,7 +659,7 @@ namespace GHelper
|
||||
|
||||
matrix = new AniMatrix();
|
||||
|
||||
if (matrix is null)
|
||||
if (!AniMatrix.IsValid)
|
||||
{
|
||||
panelMatrix.Visible = false;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user