summaryrefslogtreecommitdiff
path: root/src/drops.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-04-30 16:20:49 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-04-30 16:20:49 +0200
commit784b123af41337c57535b80c15fe13b62dfc1e66 (patch)
tree1446494c60ae372f1a4f66d72a56c33af74f1b59 /src/drops.c
parent9e70ced6b48d627f236af8ea8366c6ed73748ab1 (diff)
work
Diffstat (limited to 'src/drops.c')
-rw-r--r--src/drops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drops.c b/src/drops.c
index 9c04509..9c4b48c 100644
--- a/src/drops.c
+++ b/src/drops.c
@@ -63,7 +63,7 @@ void draw_drops(platform_window* window) {
//render_box_with_outline(full_box, rgba(218,112,214, alpha));
renderer->render_image_tint(img_drop, full_box.tl_u.x, full_box.tl_u.y,
full_box.br_d.x - full_box.tl_d.x, full_box.br_d.y - full_box.tr_u.y, rgba(218,112,214, alpha));
-
+
int drop_h = full_box.br_d.y - full_box.tr_d.y;
int icon_size = full_box.tr_d.x - full_box.tl_d.x;