Make collider retrieving more permissive

This commit is contained in:
2023-11-09 09:49:14 +01:00
parent ced7aa2ea5
commit 6cc3ce9750
3 changed files with 22 additions and 23 deletions

View File

@@ -95,7 +95,6 @@ void bzTileMapDestroy(BzTileMap *tilemap);
void bzTileMapDraw(BzTileMap *map);
void bzTileMapDrawColliders(BzTileMap *map);
bool bzTileMapCanPlace(BzTileMap *map, i32 tileX, i32 tileY, i32 sizeX, i32 sizeY);
BzTileCollider bzTileMapGetCollider(BzTileMap *map, i32 x, i32 y);