From ccb4b508c39e29a7087ba69fe5cca9ef2cd79a25 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 May 2024 12:12:37 +0200 Subject: d --- editor/tests/raycast-test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editor') 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 -- cgit v1.2.3