mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
alex accidentlyd vsync
This commit is contained in:
@ -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())
|
||||||
|
Reference in New Issue
Block a user