summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/tests/pathfinding.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/editor/tests/pathfinding.cpp b/editor/tests/pathfinding.cpp
index 3299a626..c7f910c5 100644
--- a/editor/tests/pathfinding.cpp
+++ b/editor/tests/pathfinding.cpp
@@ -4,6 +4,8 @@
#include "src/world.hpp"
#include "floormat/main.hpp"
#include "../imgui-raii.hpp"
+#include "src/critter.hpp"
+
#include <mg/Functions.h>
namespace floormat::tests {
@@ -125,6 +127,9 @@ void pf_test::update_pre(app& a, const Ns& dt)
auto& m = a.main();
auto& c = *a.ensure_player_character(m.world()).ptr;
+ c.set_keys(false, false, false, false);
+
+ //const auto nframes = c.alloc_frame_time();
}
void pf_test::update_post(app& a, const Ns&)