From c6e7e4b1b1b72e0b67a64332033e3f41f2407f09 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Wed, 27 Dec 2023 20:28:55 +0100 Subject: depth --- src/drops.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drops.c') diff --git a/src/drops.c b/src/drops.c index b97b8be..5bc7cef 100644 --- a/src/drops.c +++ b/src/drops.c @@ -44,8 +44,6 @@ void draw_drops(platform_window* window) { for (int i = 0; i < MAX_DROPS; i++) { drop b = drops[i]; if (!b.active) continue; - - DROP_RENDER_DEPTH((int)(b.position.y)); int alpha = 255; if (b.time_active >= DROP_MAX_DURATION - DROP_FADE_TIME) { -- cgit v1.2.3-70-g09d2