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/zombie_chunk.c | |
| parent | 07a966e476052a6ffb00333800be62b0178d018d (diff) | |
depth
Diffstat (limited to 'src/zombie_chunk.c')
| -rw-r--r-- | src/zombie_chunk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/zombie_chunk.c b/src/zombie_chunk.c index 7073b37..fea1ce3 100644 --- a/src/zombie_chunk.c +++ b/src/zombie_chunk.c @@ -93,8 +93,6 @@ void draw_zombie_chunks(platform_window* window) { for (int i = 0; i < MAX_ZOMBIE_CHUNKS; i++) { if (!zombie_chunks[i].active) continue; - - DROP_RENDER_DEPTH((int)(zombie_chunks[i].position.y)); int alpha = 255; if (zombie_chunks[i].duration >= CHUNK_MAX_DURATION - CHUNK_FADE_TIME) { |
