summaryrefslogtreecommitdiff
path: root/src/path_finder.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-10-24 18:39:03 +0200
committerPaweł Redman <pawel.redman@gmail.com>2017-10-24 18:39:03 +0200
commit6723790daa66c333103f940540ea7ef83a4057d9 (patch)
tree1150f7c4f55286089ce831d320e120a6a3d86b19 /src/path_finder.cpp
parent28331efb18a9700e556879e51915cd0ecb51ae79 (diff)
Begin working on proper tile graphics.
Diffstat (limited to 'src/path_finder.cpp')
-rw-r--r--src/path_finder.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path_finder.cpp b/src/path_finder.cpp
index ab8126a..4ace89d 100644
--- a/src/path_finder.cpp
+++ b/src/path_finder.cpp
@@ -46,8 +46,6 @@ void path_finder_t::eliminate_nodes(rectf_t bounds)
rect_t<coord_t, 2> index_bounds;
tile_index_t index;
- std::cout << "eliminate " << bounds << "\n";
-
index_bounds[0] = tile_index_t(bounds[0].floor()) - base;
index_bounds[1] = tile_index_t(bounds[1].ceil()) - base;