From 95438fc5fafec1ad8942031bc48eba28771bca35 Mon Sep 17 00:00:00 2001 From: scorpioblood <77296181+scorpioblood@users.noreply.github.com> Date: Tue, 21 May 2024 22:44:13 +0200 Subject: [PATCH] Change test. --- Tests/TestProject/Main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Tests/TestProject/Main.cpp b/Tests/TestProject/Main.cpp index 29fbe71..594f3ff 100644 --- a/Tests/TestProject/Main.cpp +++ b/Tests/TestProject/Main.cpp @@ -1,4 +1,4 @@ -#include "Core/public/Math/MathPCH.h" +#include "Core/public/Math/Plane.hpp" #include @@ -12,10 +12,6 @@ namespace PMath = Phanes::Core::Math; int main() { - PMath::TMatrix2 m1(7.3f,4.3f, - 9.4f,2.5f); - - for (int i = 0; i < 10; i++)