Fix circle end_angle in clock example
This commit is contained in:
parent
629153582f
commit
265c08661c
@ -100,7 +100,7 @@ impl canvas::layer::Drawable for LocalTime {
|
|||||||
center,
|
center,
|
||||||
radius,
|
radius,
|
||||||
start_angle: 0.0,
|
start_angle: 0.0,
|
||||||
end_angle: 360.0 * 2.0 * std::f32::consts::PI,
|
end_angle: 2.0 * std::f32::consts::PI,
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user