From 47e263b5c53b2bb8b00b846340d74809f777d7b0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 4 Feb 2024 04:13:38 +0100 Subject: a --- editor/tests/raycast-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/tests/raycast-test.cpp b/editor/tests/raycast-test.cpp index 81a95bd0..d769a91f 100644 --- a/editor/tests/raycast-test.cpp +++ b/editor/tests/raycast-test.cpp @@ -321,7 +321,7 @@ struct raycast_test : base_test } do_column("collision"); - print_coord_(buf, result.from); + print_coord_(buf, result.collision); { auto b = push_style_color(ImGuiCol_Text, 0xffff00ff_rgbaf); text(buf); } -- cgit v1.2.3