From 689c4bf27316c6271bb922d4f64436121cfe72bc Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 23 Mar 2024 14:04:15 +0100 Subject: w --- editor/tests/walk.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'editor') diff --git a/editor/tests/walk.cpp b/editor/tests/walk.cpp index ea764a9e..dccd5dab 100644 --- a/editor/tests/walk.cpp +++ b/editor/tests/walk.cpp @@ -171,6 +171,7 @@ void pf_test::update_pre(app& a, const Ns& dt) if (!current.has_value) return; +#if 0 auto& m = a.main(); auto& C = *a.ensure_player_character(m.world()).ptr; fm_assert(C.is_dynamic()); @@ -250,6 +251,7 @@ void pf_test::update_pre(app& a, const Ns& dt) C.offset_frac = {}; current.has_value = false; } +#endif } } // namespace -- cgit v1.2.3