Allow selecting text fg and bg colors.
[mandelwow.git] / main.rs
diff --git a/main.rs b/main.rs
index aee2e868873135d1ac9e66812d54c0cac9e9fcde..a55b7e4fd4ba57c57d35caed1e5f060580e736b6 100644 (file)
--- a/main.rs
+++ b/main.rs
@@ -69,6 +69,7 @@ fn main() {
         //.with_fullscreen(glutin::get_primary_monitor())
         .with_depth_buffer(24)
         .with_vsync()
+        .with_srgb(Some(true))
         .with_title(format!("MandelWow"))
         .build_glium()
         .unwrap();