summaryrefslogtreecommitdiff
path: root/src/modules/snow/snow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/snow/snow.c')
-rw-r--r--src/modules/snow/snow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/snow/snow.c b/src/modules/snow/snow.c
index dc49a1a..8befc92 100644
--- a/src/modules/snow/snow.c
+++ b/src/modules/snow/snow.c
@@ -60,7 +60,7 @@ static void snow_render_fragment(void *context, unsigned ticks, unsigned cpu, ti
uint32_t pixel = rand_r(seed) % 256;
#endif
- til_fb_fragment_put_pixel_unchecked(fragment, x, y, pixel << 16 | pixel << 8 | pixel);
+ til_fb_fragment_put_pixel_unchecked(fragment, 0, x, y, pixel << 16 | pixel << 8 | pixel);
}
}
}
© All Rights Reserved