diff options
Diffstat (limited to 'editor/tests')
-rw-r--r-- | editor/tests/walk.cpp (renamed from editor/tests/pathfinding.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tests/pathfinding.cpp b/editor/tests/walk.cpp index 31dc6055..938c36d1 100644 --- a/editor/tests/pathfinding.cpp +++ b/editor/tests/walk.cpp @@ -254,6 +254,6 @@ void pf_test::update_pre(app& a, const Ns& dt) } // namespace -Pointer<base_test> tests_data::make_test_pathfinding() { return Pointer<pf_test>{InPlaceInit}; } +Pointer<base_test> tests_data::make_test_walk() { return Pointer<pf_test>{InPlaceInit}; } } // namespace floormat::tests |