mirror of
https://github.com/italicsjenga/mini_gl_fb.git
synced 2024-11-22 23:41:30 +11:00
12 lines
327 B
Markdown
12 lines
327 B
Markdown
# 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
|