We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bba9ee commit 17f3d45Copy full SHA for 17f3d45
src/util/spritesheet.rs
@@ -84,7 +84,7 @@ pub fn downscale(img: &mut RgbaImage, factor: u32) {
84
);
85
86
// Dither
87
- imageops::dither(img, &RGBA4444);
+ //imageops::dither(img, &RGBA4444);
88
}
89
90
fn initialize_spritesheet_bundle(
0 commit comments