Janitor: Fix clippy::excessive_precision

This commit is contained in:
Tobias Hunger 2021-07-22 14:42:41 +02:00
parent 2beac7aa07
commit 3850b7192f

View file

@ -43,7 +43,7 @@ mod fonts;
type CanvasRc = Rc<RefCell<femtovg::Canvas<femtovg::renderer::OpenGl>>>;
const KAPPA90: f32 = 0.5522847493;
const KAPPA90: f32 = 0.55228;
#[derive(Clone)]
enum ItemGraphicsCacheEntry {