summaryrefslogtreecommitdiff
path: root/render.c
diff options
context:
space:
mode:
Diffstat (limited to 'render.c')
-rw-r--r--render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render.c b/render.c
index 7c4dd77..f6dc018 100644
--- a/render.c
+++ b/render.c
@@ -727,7 +727,7 @@ void ren_map(
int x, w, h, hh;
const int* data = (const int*)&map[1];
/* temp */
- const Texture* texture = get_texture(asset_id_gun_texture);
+ const Texture* texture = get_texture(asset_id_brick_texture);
w = r->vp[0] << fbits;
h = r->vp[1] << fbits;
hh = h / 2;