summaryrefslogtreecommitdiff
path: root/src/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map.c b/src/map.c
index 8ec60fb..47f8a07 100644
--- a/src/map.c
+++ b/src/map.c
@@ -434,8 +434,6 @@ void draw_grid(platform_window* window) {
loaded_map.heightmap[y][x].br = bottomright;
}
}
-
- draw_objects(window);
}
inline map_info get_map_info(platform_window* window) {