From 8e19d006682c18ac596e31ca4aabe918bb522e34 Mon Sep 17 00:00:00 2001 From: namark <namark@disroot.org> Date: Tue, 20 Jul 2021 01:50:07 +0400 Subject: [PATCH] We don't tolerate these kind of frivolities anymore --- bunny.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bunny.cpp b/bunny.cpp index f6d781d..6330c08 100644 --- a/bunny.cpp +++ b/bunny.cpp @@ -225,8 +225,8 @@ void start(Program& program) auto size = nose_bounds.upper() - nose_bounds.lower(); nose_sketch.fill(paint::radial_gradient( range2f{ - nose_bounds.lower() + size*0.2, - nose_bounds.lower() + size*0.5 + nose_bounds.lower() + size*0.2f, + nose_bounds.lower() + size*0.5f } + poke_value, {0.f, 1.f}, { -- GitLab