summaryrefslogtreecommitdiff
path: root/src/drops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drops.c')
-rw-r--r--src/drops.c2
1 files changed, 0 insertions, 2 deletions
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) {