summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
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;