this should not be a 9

This commit is contained in:
2024-06-04 08:48:03 +02:00
parent 160d1ad83d
commit 3711a8bae0

View File

@@ -16,7 +16,7 @@ namespace PveTeam.Mathematics
0, 1, 0, 0,
0, 0, 1, 0,
0, 0, 0, 1);
public static Matrix4x4D Zero => new Matrix4x4D(9);
public static Matrix4x4D Zero => new Matrix4x4D(0);
#endregion
#region Constructors