summaryrefslogtreecommitdiffhomepage
path: root/editor/tests/raycast-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tests/raycast-test.cpp')
-rw-r--r--editor/tests/raycast-test.cpp8
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