aboutsummaryrefslogtreecommitdiffstats
path: root/src/entities/johnsStore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/entities/johnsStore.c')
-rw-r--r--src/entities/johnsStore.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/entities/johnsStore.c b/src/entities/johnsStore.c
index e3f4908..41217ed 100644
--- a/src/entities/johnsStore.c
+++ b/src/entities/johnsStore.c
@@ -27,8 +27,7 @@ void updateJohnsStore(Entity* entity, Game* game)
building->model.materials[0].maps[MATERIAL_MAP_DIFFUSE].texture =
game->assets.textures[JOHNS_SHOP_TEXTURE];
DrawModel(building->model, entity->position, 1.0, WHITE);
-
- DrawBoundingBox(entity->box, RED);
+ drawBuildingRoof(building, entity->position, BROWN);
}
void closeJohnsStore(Entity* entity)