From 91054f84c1c8b3e97ecd95f25d8dab33f8eb5d87 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 3 Feb 2024 18:12:23 +0100 Subject: a --- editor/tests/raycast-test.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'editor') diff --git a/editor/tests/raycast-test.cpp b/editor/tests/raycast-test.cpp index 6d77392d..be31e48e 100644 --- a/editor/tests/raycast-test.cpp +++ b/editor/tests/raycast-test.cpp @@ -316,13 +316,9 @@ struct raycast_test : base_test print_vec2(buf, result.diag.vec); text(buf); - do_column("step-vector"); + do_column("step"); print_vec2(buf, result.diag.v); text(buf); - - do_column("step-size"); - std::snprintf(buf, std::size(buf), "%f", result.diag.step); - text(buf); } } -- cgit v1.2.3