alex accidentlyd vsync

This commit is contained in:
a dinosaur 2024-08-05 17:27:05 +10:00
parent d1e9c12f50
commit 5aab9ec831

View File

@ -6,6 +6,6 @@ let app = Application(
height: 720, height: 720,
title: "Voxelotl Demo", title: "Voxelotl Demo",
flags: [ .resizable, .highDPI ], flags: [ .resizable, .highDPI ],
vsyncMode: .off)) vsyncMode: .on(interval: 1)))
exit(app.run()) exit(app.run())