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(
|
||||
ctx,
|
||||
rgba8.as_raw(),
|
||||
wgpu::TextureFormat::Rgba8Unorm,
|
||||
wgpu::TextureFormat::Rgba8UnormSrgb,
|
||||
rgba8.width(),
|
||||
rgba8.height(),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue