X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=main.rs;h=02bb86a0a08cc119d9ae584ba1b56c657bf3b769;hp=5fc2ded11b78b2f7dcc95d1a598967e58bd32666;hb=6c3d203c68fe97ef4bdacb0edb42ccab13fb862d;hpb=266501b90392c2f0f02292a6e7231b0974f371dc diff --git a/main.rs b/main.rs index 5fc2ded..02bb86a 100644 --- a/main.rs +++ b/main.rs @@ -73,8 +73,7 @@ fn main() { let context = glutin::ContextBuilder::new() .with_gl_profile(glutin::GlProfile::Core) .with_depth_buffer(24) - .with_vsync(true) - .with_srgb(true); + .with_vsync(true); let display = glium::Display::new(window, context, &events_loop).unwrap(); gl_info(&display);