Skip to content

Onyx 1.7.1

Latest
Compare
Choose a tag to compare
@jopo86 jopo86 released this 10 Aug 16:41

Patch Notes

  • Bug fixes:
    • IVec and UVec scalar multiplication now allows float scalars (was only int/uint before)
    • Fixed crashes due to any unrecognized keys being pressed
    • Fixed z-index in TextRenderables sometimes not being initialized, leading to invisibility
  • Added some missing cursors (ResizeAll, NotAllowed)
  • Added aliases for many keys/cursors (Key::LCtrl = Key::LeftControl, Cursor::Move = Cursor::ResizeAll stuff like that)