add semicolon
This commit is contained in:
parent
5450144797
commit
69ab5b3b0a
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ impl Processor {
|
||||||
*px = Rgb::from(Into::<[f32; 3]>::into(
|
*px = Rgb::from(Into::<[f32; 3]>::into(
|
||||||
color_matrix * Vector4::new(r, g, b, 1.0),
|
color_matrix * Vector4::new(r, g, b, 1.0),
|
||||||
));
|
));
|
||||||
})
|
});
|
||||||
}
|
}
|
||||||
(true, false) => {
|
(true, false) => {
|
||||||
working_img
|
working_img
|
||||||
|
|
Loading…
Reference in a new issue