From fa424ed568dec80bc845b2f4bdf330142e2f4710 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 6 Jun 2024 16:34:36 +0200 Subject: b --- editor/tests/hole-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/tests/hole-test.cpp b/editor/tests/hole-test.cpp index 2e7533b9..07c0b093 100644 --- a/editor/tests/hole-test.cpp +++ b/editor/tests/hole-test.cpp @@ -40,7 +40,7 @@ struct hole_test final : base_test bool hole_test::handle_key(app&, const key_event&, bool) { return false; } bool hole_test::handle_mouse_click(app&, const mouse_button_event&, bool) { return false; } bool hole_test::handle_mouse_move(app&, const mouse_move_event&) { return false; } -void hole_test::draw_overlay(app& a) {} +void hole_test::draw_overlay(app&) {} constexpr ImVec2 to_imvec2(Vector2 val) { return {val.x(), val.y()}; } uint32_t to_color(Color4 val) { return ImGui::ColorConvertFloat4ToU32({ val.r(), val.g(), val.b(), val.a() }); } -- cgit v1.2.3