From d3a5002c3049d3e91540b8b351df36bb3f3fc961 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 4 Feb 2024 20:31:12 +0100 Subject: a --- editor/tests/raycast-test.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'editor') diff --git a/editor/tests/raycast-test.cpp b/editor/tests/raycast-test.cpp index c991201d..88e21f1d 100644 --- a/editor/tests/raycast-test.cpp +++ b/editor/tests/raycast-test.cpp @@ -221,7 +221,9 @@ struct raycast_test : base_test else { do_column("tmin"); - text("-"); + std::snprintf(buf, std::size(buf), "%f / %f", + (double)diag.V.length(), 1.0); + text(buf); } do_column("vector"); -- cgit v1.2.3