sRGB correction for C64 palette.
[mandelwow.git] / main.rs
diff --git a/main.rs b/main.rs
index aee2e868873135d1ac9e66812d54c0cac9e9fcde..d4e38b79198cc34d079a0e2622232da8815263f3 100644 (file)
--- a/main.rs
+++ b/main.rs
@@ -69,8 +69,10 @@ fn main() {
         //.with_fullscreen(glutin::get_primary_monitor())
         .with_depth_buffer(24)
         .with_vsync()
+        .with_srgb(Some(true))
         .with_title(format!("MandelWow"))
         .build_glium()
+        //.build_glium_debug(glium::debug::DebugCallbackBehavior::PrintAll)
         .unwrap();
 
     gl_info(&display);