Native API Fix
The native API in 1.7.0 was released with a bug that caused crashes when calling draw_box and draw_capsule from managed code (C#) on all platforms except Windows.
This update is intended to fix this bug.
Changes
- Fixed a bug with
Quaternionsthat were passed by reference rather than by value, which caused crashes. #96 -
- There may be a slight decrease in...