From 715feebf0ca402e64b351bac5d7d23dbd49777aa Mon Sep 17 00:00:00 2001 From: scorpioblood <77296181+scorpioblood@users.noreply.github.com> Date: Thu, 23 May 2024 21:39:34 +0200 Subject: [PATCH] Change test. --- Tests/TestProject/Main.cpp | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Tests/TestProject/Main.cpp b/Tests/TestProject/Main.cpp index 594f3ff..64da70e 100644 --- a/Tests/TestProject/Main.cpp +++ b/Tests/TestProject/Main.cpp @@ -1,12 +1,7 @@ -#include "Core/public/Math/Plane.hpp" - - #include #include - - -namespace PMath = Phanes::Core::Math; +#include int main() @@ -20,8 +15,7 @@ int main() for (size_t i = 0; i < 999999; i++) { - - + } auto end = std::chrono::high_resolution_clock::now();