mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 05:10:57 +00:00
alex accidentlyd vsync
This commit is contained in:
@ -6,6 +6,6 @@ let app = Application(
|
||||
height: 720,
|
||||
title: "Voxelotl Demo",
|
||||
flags: [ .resizable, .highDPI ],
|
||||
vsyncMode: .off))
|
||||
vsyncMode: .on(interval: 1)))
|
||||
|
||||
exit(app.run())
|
||||
|
Reference in New Issue
Block a user