parent
26ff29b8aa
commit
542f9c6bac
2 changed files with 3 additions and 1 deletions
|
@ -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
|
- **camera:** Brand new camera system based on canvases instead of just transforms
|
||||||
|
|
||||||
|
- **core:** Activate vsync by default.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- **world:** Remove a forgotten camera debug function
|
- **world:** Remove a forgotten camera debug function
|
||||||
|
|
|
@ -45,7 +45,7 @@ function OptionsManager:reset()
|
||||||
self.data.video.crtfilter = false
|
self.data.video.crtfilter = false
|
||||||
self.data.video.resolution = 1
|
self.data.video.resolution = 1
|
||||||
self.data.video.border = true
|
self.data.video.border = true
|
||||||
self.data.video.vsync = false
|
self.data.video.vsync = true
|
||||||
self.data.video.fullscreen = false
|
self.data.video.fullscreen = false
|
||||||
|
|
||||||
-- We load the default files
|
-- We load the default files
|
||||||
|
|
Loading…
Reference in a new issue