Skip to content

Very important bugfix

Latest
Compare
Choose a tag to compare
@TechnicJelle TechnicJelle released this 21 May 19:44
· 1 commit to main since this release

How was this not caught before???
All markers were rotated 90° around x0y0 from where they were supposed to be.
I forgot binary is read from right to left, instead of left to right, so I was reading Z as X and X as Z.......
Thanks to @BrailleBennett for reporting this bug in #8, so I could fix it.

Full Changelog: v0.2...v0.3