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())