summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-19 14:32:09 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-20 08:18:03 +0100
commit98d7c4f7628c7b1d693ddd591de8dc336f441c24 (patch)
tree87fe23fbf5f3693cffdebfbf304c2e6b5b8650a7 /editor
parentbc837ff53cf99d95bd7588ef79c5851421082664 (diff)
a
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&)