Temporary, just for the sake of testing collision.
This commit is contained in:
parent
94080546e5
commit
57bd1cfefc
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue