improvement(core): activate vsync by default.

Fix #28
This commit is contained in:
Kazhnuz 2019-07-15 10:27:55 +02:00
parent 26ff29b8aa
commit 542f9c6bac
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **camera:** Brand new camera system based on canvases instead of just transforms
- **core:** Activate vsync by default.
### Fixed
- **world:** Remove a forgotten camera debug function

View File

@ -45,7 +45,7 @@ function OptionsManager:reset()
self.data.video.crtfilter = false
self.data.video.resolution = 1
self.data.video.border = true
self.data.video.vsync = false
self.data.video.vsync = true
self.data.video.fullscreen = false
-- We load the default files