We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802510e commit 823d181Copy full SHA for 823d181
src/main.rs
@@ -13,7 +13,7 @@ fn main() {
13
DefaultPlugins.set(WindowPlugin {
14
primary_window: Some(Window {
15
title: "TLM Demo in Rust".into(),
16
- present_mode: PresentMode::AutoNoVsync,
+ present_mode: PresentMode::AutoVsync,
17
..default()
18
}),
19
0 commit comments