summaryrefslogtreecommitdiffhomepage
path: root/editor/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tests.cpp')
-rw-r--r--editor/tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests.cpp b/editor/tests.cpp
index f7d7565e..0d4be934 100644
--- a/editor/tests.cpp
+++ b/editor/tests.cpp
@@ -11,7 +11,7 @@ namespace floormat::tests {
static_assert(arraySize(tests_data::fields) == (size_t)Test::COUNT);
-void label_left(StringView label, float width)
+void label_left(StringView label, float width) // copy-pasted from inspect.cpp
{
float x = ImGui::GetCursorPosX();
ImGui::TextEx(label.data(), label.data() + label.size());