diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-08 17:18:56 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-08-11 11:07:53 +0200 |
| commit | b51a0ea63ebb767bbef36281037ee6f6da38f30e (patch) | |
| tree | 436b3b7fe0a84f0893a426620db78883b5cb7335 /editor/tests | |
| parent | f2a9fcde8308368e4704beab2bed10595b5d8a6b (diff) | |
factor out hole-making code for UVs
Diffstat (limited to 'editor/tests')
| -rw-r--r-- | editor/tests/hole-test.cpp | 2 |
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); |
