From 3711a8bae038094840a52fab75b6c6f3dff37f17 Mon Sep 17 00:00:00 2001 From: Tada101 Date: Tue, 4 Jun 2024 08:48:03 +0200 Subject: [PATCH] this should not be a 9 --- PveTeam.Math/Matrix4x4D.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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