Temporary, just for the sake of testing collision.

This commit is contained in:
King_DuckZ 2017-11-06 20:40:24 +00:00
parent 94080546e5
commit 57bd1cfefc
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ namespace curry {
}
out_csv.tile_properties.resize(static_cast<size_t>(largest_tile_idx) + 1);
out_csv.tile_properties[2].walkable = false;
#if !defined(NDEBUG)
for (const auto& table : out_csv.tables) {