Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
sthalik committed Mar 20, 2024
1 parent bc837ff commit 98d7c4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions editor/tests/pathfinding.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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&)
Expand Down

0 comments on commit 98d7c4f

Please sign in to comment.