diff options
Diffstat (limited to 'editor/tests/walk.cpp')
-rw-r--r-- | editor/tests/walk.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |