diff --git a/PveTeam.Math/Matrix4x4D.cs b/PveTeam.Math/Matrix4x4D.cs index 07a2ae0..495c0c9 100644 --- a/PveTeam.Math/Matrix4x4D.cs +++ b/PveTeam.Math/Matrix4x4D.cs @@ -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