Skip to content

Commit 17f3d45

Browse files
authored
disable dithering
1 parent 2bba9ee commit 17f3d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/spritesheet.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub fn downscale(img: &mut RgbaImage, factor: u32) {
8484
);
8585

8686
// Dither
87-
imageops::dither(img, &RGBA4444);
87+
//imageops::dither(img, &RGBA4444);
8888
}
8989

9090
fn initialize_spritesheet_bundle(

0 commit comments

Comments
 (0)