defun-games / claylib

A Common Lisp 2D/3D game toolkit built on top of Raylib 4.5.
zlib License
69 stars 4 forks source link

DrawBillboardPro reverses the x and y components of its size #39

Closed mjkalyan closed 2 years ago

mjkalyan commented 2 years ago

As mentioned during the explanation of a workaround: https://github.com/defun-games/claylib/pull/24#issue-1322230575

This might be fixed in raylib 4.2.0 so I will make sure to remove the workaround when claylib migrates to the newer version.

shelvick commented 2 years ago

Fixed in the 4.2 branch.