From 5aab9ec83144d3459c89c3c15aeff4e638c28b87 Mon Sep 17 00:00:00 2001 From: a dinosaur Date: Mon, 5 Aug 2024 17:27:05 +1000 Subject: [PATCH] alex accidentlyd vsync --- Sources/Voxelotl/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Voxelotl/main.swift b/Sources/Voxelotl/main.swift index 38b2379..20d4cd8 100644 --- a/Sources/Voxelotl/main.swift +++ b/Sources/Voxelotl/main.swift @@ -6,6 +6,6 @@ let app = Application( height: 720, title: "Voxelotl Demo", flags: [ .resizable, .highDPI ], - vsyncMode: .off)) + vsyncMode: .on(interval: 1))) exit(app.run())