From c6e7e4b1b1b72e0b67a64332033e3f41f2407f09 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 27 Dec 2023 20:28:55 +0100 Subject: depth --- src/map.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map.c') 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; -- cgit v1.2.3-70-g09d2