diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 04:13:38 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-04 04:13:38 +0100 |
commit | 47e263b5c53b2bb8b00b846340d74809f777d7b0 (patch) | |
tree | 0b1e1e278be11a4f20b8403d0fb7108ac2bca65b /editor | |
parent | b04f51b8849c17e274e1e50c37ca4ca4933442c3 (diff) |
a
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests/raycast-test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |