v1.4.9
·
105 commits
to master
since this release
1.4.9 (2021-12-06)
Bug Fixes
- AxisCreator: prevent null exception if no axis found (529532c)
There was an issue when no axis was found it would throw a null exception as the
Nextcall would try and iterate through to a null element. This is resolved by just using the resulting bool from theNextcall to ensure whether it can proceed wit the additional check.