Fix "brighter" displayed album art bug
This commit is contained in:
parent
7f6a24545c
commit
ef07d7936a
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ impl MPDDisplay {
|
||||||
let ggez_img = Image::from_pixels(
|
let ggez_img = Image::from_pixels(
|
||||||
ctx,
|
ctx,
|
||||||
rgba8.as_raw(),
|
rgba8.as_raw(),
|
||||||
wgpu::TextureFormat::Rgba8Unorm,
|
wgpu::TextureFormat::Rgba8UnormSrgb,
|
||||||
rgba8.width(),
|
rgba8.width(),
|
||||||
rgba8.height(),
|
rgba8.height(),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue