mini_gl_fb/CHANGELOG.md

12 lines
327 B
Markdown
Raw Normal View History

2018-08-26 06:08:23 +10:00
# Change Log
## [v0.5.1] - 2018-08-25
Started a change log!
### Fixed
- Vertical mouse position was wrong, v0.5.0 changed coordinate systems from a window-like one
to a UV-like one (0, 0 is now the lower left) but the glutin basic input feature did not
respect this and reported old style mouse positions