Skip to content
Snippets Groups Projects
Commit 8e19d006 authored by namark's avatar namark
Browse files

We don't tolerate these kind of frivolities anymore

parent f34cb2cf
Branches master
No related tags found
No related merge requests found
......@@ -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},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment