Skip to content

Commit 823d181

Browse files
committed
enable Vsync
1 parent 802510e commit 823d181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fn main() {
1313
DefaultPlugins.set(WindowPlugin {
1414
primary_window: Some(Window {
1515
title: "TLM Demo in Rust".into(),
16-
present_mode: PresentMode::AutoNoVsync,
16+
present_mode: PresentMode::AutoVsync,
1717
..default()
1818
}),
1919
..default()

0 commit comments

Comments
 (0)