From 91b1c45da05c892a04b6a1daa99b1de89fa1f363 Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 29 Dec 2025 05:42:08 -0700 Subject: working on building roofs --- src/entities/johnsStore.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/entities/johnsStore.c') 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) -- cgit v1.2.3