this should not be a 9
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user