summaryrefslogtreecommitdiff
path: root/render.c
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-28 14:31:12 +1000
committerquou <quou@disroot.org>2024-07-28 14:31:12 +1000
commit8313dc2387e35bd69b01a23fbbc12fc0e6946993 (patch)
tree54414faa45f814f7c0d236a460fe7a15b16ffd6a /render.c
parent95387c4f2f656b86ec81bd01ea9473b41baea76a (diff)
brick texture
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;