Results of today's code review session.
This commit is contained in:
parent
14b3ea7676
commit
f35b74f335
21 changed files with 64 additions and 59 deletions
|
@ -48,8 +48,4 @@ TEST_CASE("random flood", "[pathing]") {
|
|||
|
||||
REQUIRE(pathing.INVARIANT());
|
||||
pathing.compute_paths(walls);
|
||||
|
||||
pathing.random_flood({1, 2}, [&](Point at, int dnum) {
|
||||
println("FLOOD: at={},{}, dnum={}", at.x, at.y, dnum);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue