From 41282923d0dad390cd9bc1d1025f7dde801899d5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 22 Mar 2024 10:45:24 +0100 Subject: d --- editor/tests/pathfinding.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'editor/tests') diff --git a/editor/tests/pathfinding.cpp b/editor/tests/pathfinding.cpp index b506458a..8fba119b 100644 --- a/editor/tests/pathfinding.cpp +++ b/editor/tests/pathfinding.cpp @@ -73,7 +73,7 @@ struct pf_test final : base_test void draw_overlay(app& a) override; void draw_ui(app& a, float menu_bar_height) override; void update_pre(app& a, const Ns& dt) override; - void update_post(app& a, const Ns& dt) override; + void update_post(app&, const Ns&) override {} }; constexpr step_s next_step(point from, point to) @@ -208,10 +208,6 @@ void pf_test::update_pre(app& a, const Ns& dt) } } -void pf_test::update_post(app&, const Ns&) -{ -} - } // namespace Pointer tests_data::make_test_pathfinding() { return Pointer{InPlaceInit}; } -- cgit v1.2.3