From b51a0ea63ebb767bbef36281037ee6f6da38f30e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 8 Aug 2024 17:18:56 +0200 Subject: factor out hole-making code for UVs --- editor/tests/hole-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/tests/hole-test.cpp') 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); -- cgit v1.2.3