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