longlene / cl-raylib

Common Lisp binding of raylib
MIT License
145 stars 21 forks source link

various bugfixes #9

Closed compufox closed 3 years ago

compufox commented 3 years ago

fixed incorrect translation of audio-stream into foreign memory added missing function stub for StopSound added missing parameter for function stub DrawLine fixed edge case error where floats with no decimal get treated like ints causing errors on translation into foreign memory

the calls to (coerce) may be done a better way? it fixed my issues, but it may not be optimal