From d34e46af85df2247dd9a09ee011290c634472743 Mon Sep 17 00:00:00 2001 From: Lukas Werner <lks.werner@fau.de> Date: Mon, 12 Mar 2018 21:24:11 +0100 Subject: [PATCH] Minor fix --- tests/pe/Raytracing.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/pe/Raytracing.cpp b/tests/pe/Raytracing.cpp index a6b0ca082..e69aaae0f 100644 --- a/tests/pe/Raytracing.cpp +++ b/tests/pe/Raytracing.cpp @@ -873,7 +873,6 @@ int main( int argc, char** argv ) //AABBIntersectsTest(); //CapsuleIntersectsTest(); RaytracerTest(algorithm, outputFolder); - return; RaytracerSpheresTest(algorithm, outputFolder); HashGridsTestScene(algorithm, outputFolder); -- GitLab