diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-27 20:28:55 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-12-27 20:28:55 +0100 |
| commit | c6e7e4b1b1b72e0b67a64332033e3f41f2407f09 (patch) | |
| tree | c56cb1e2ea83634ecb88e77b3e31c00051786062 /src/zombies.c | |
| parent | 07a966e476052a6ffb00333800be62b0178d018d (diff) | |
depth
Diffstat (limited to 'src/zombies.c')
| -rw-r--r-- | src/zombies.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zombies.c b/src/zombies.c index 95c5827..c7d4c2d 100644 --- a/src/zombies.c +++ b/src/zombies.c @@ -310,8 +310,6 @@ void draw_zombies(platform_window* window) { zombie o = zombies[i]; if (!o.alive) continue; - OBJECT_RENDER_DEPTH((int)o.position.y); - box box = get_render_box_of_square(window, (vec3f){o.position.x, o.position.y, o.position.z}, o.size); render_quad_with_outline(box.tl_d, box.tr_d, box.bl_d, box.br_d, rgb(200,200,0)); render_quad_with_outline(box.tl_u, box.tr_u, box.bl_u, box.br_u, rgb(200,200,0)); |
