Skip to content

Commit

Permalink
window: Remove double buffer to fix wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Jun 22, 2023
1 parent 8526548 commit 8a817e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/gui_glium.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ impl<'a> Gui<'a> {

let context = glutin::ContextBuilder::new()
.with_depth_buffer(24)
.with_double_buffer(Some(true))
.with_gl(GlRequest::Latest)
.with_vsync(true);

Expand Down

0 comments on commit 8a817e7

Please sign in to comment.