diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-03 12:12:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-05 03:16:21 +0200 |
commit | ccb4b508c39e29a7087ba69fe5cca9ef2cd79a25 (patch) | |
tree | 1b8499704051ec7c044232957a763c6120e85b0f /editor | |
parent | d2b1cd8033c7fa9472e2f9f7264d1d3b9f73169b (diff) |
d
Diffstat (limited to 'editor')
-rw-r--r-- | editor/tests/raycast-test.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editor/tests/raycast-test.cpp b/editor/tests/raycast-test.cpp index 383264e7..d1f72b70 100644 --- a/editor/tests/raycast-test.cpp +++ b/editor/tests/raycast-test.cpp @@ -45,10 +45,10 @@ void print_vec2(auto&& buf, Vector2 vec) void do_column(StringView name) { - ImGui::TableNextRow(); - ImGui::TableNextColumn(); - text(name); - ImGui::TableNextColumn(); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + text(name); + ImGui::TableNextColumn(); } struct raycast_test final : base_test |