chore: update default presenting mode

This commit is contained in:
Rekai Nyangadzayi Musuka 2022-11-09 08:19:15 -04:00
parent d6bfde081e
commit 79740ac245
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ fn surface_config(
format,
width: size.width as u32,
height: size.height as u32,
present_mode: PresentMode::Mailbox,
present_mode: PresentMode::Fifo,
alpha_mode,
}
}