summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-08-08 17:18:56 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-08-11 11:07:53 +0200
commitb51a0ea63ebb767bbef36281037ee6f6da38f30e (patch)
tree436b3b7fe0a84f0893a426620db78883b5cb7335 /editor
parentf2a9fcde8308368e4704beab2bed10595b5d8a6b (diff)
factor out hole-making code for UVs
Diffstat (limited to 'editor')
-rw-r--r--editor/tests/hole-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/hole-test.cpp b/editor/tests/hole-test.cpp
index b419f7e8..06624b01 100644
--- a/editor/tests/hole-test.cpp
+++ b/editor/tests/hole-test.cpp
@@ -131,7 +131,7 @@ void hole_test::draw_ui(app&, float)
}
{
label_left("found", buf, label_width);
- ImGui::Text("%s", res.found ? "true" : "false");
+ ImGui::Text("%s", res.found() ? "true" : "false");
}
ImGui::Unindent(style.FramePadding.x);