oops my screen is hdr only

This commit is contained in:
griffi-gh 2023-09-25 11:37:59 +02:00
parent abeef03d50
commit 9affee68c3

View file

@ -83,7 +83,7 @@ impl Renderer {
}); });
let cb = ContextBuilder::new() let cb = ContextBuilder::new()
.with_srgb(false) //.with_srgb(false)
.with_depth_buffer(24) .with_depth_buffer(24)
.with_multisampling(settings.msaa.unwrap_or_default()) .with_multisampling(settings.msaa.unwrap_or_default())
.with_vsync(settings.vsync) .with_vsync(settings.vsync)