diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 14:04:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-23 14:04:15 +0100 |
commit | 689c4bf27316c6271bb922d4f64436121cfe72bc (patch) | |
tree | 8286a6fa463c07d8a40e51a0e882a08ed4d24b28 /editor/tests/walk.cpp | |
parent | 17f15d8b6137ba33a3cf275ba1bc7067c0f95dde (diff) |
w
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 |