diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 20:31:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 20:31:12 +0100 |
commit | d3a5002c3049d3e91540b8b351df36bb3f3fc961 (patch) | |
tree | 195158f60cbafbed27ea95936df60b27e78bd74d /editor/tests/raycast-test.cpp | |
parent | e97eca9db2be08c4af752b8c16bb044990f72228 (diff) |
a
Diffstat (limited to 'editor/tests/raycast-test.cpp')
-rw-r--r-- | editor/tests/raycast-test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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"); |