summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-12-27 20:28:55 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2023-12-27 20:28:55 +0100
commitc6e7e4b1b1b72e0b67a64332033e3f41f2407f09 (patch)
treec56cb1e2ea83634ecb88e77b3e31c00051786062 /src/map.c
parent07a966e476052a6ffb00333800be62b0178d018d (diff)
depth
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map.c b/src/map.c
index 9015dc3..e268c47 100644
--- a/src/map.c
+++ b/src/map.c
@@ -356,7 +356,6 @@ void draw_grid(platform_window* window) {
if (y > tilemap_render_max_y) continue;
for (int x = 0; x < MAP_SIZE_X; x++) {
- MAP_RENDER_DEPTH;
if (x < tilemap_render_min_x) continue;
if (x > tilemap_render_max_x) continue;