longlene / cl-raylib

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

Rename image format access to avoid name collision #36

Closed spazzylemons closed 1 year ago

spazzylemons commented 1 year ago

The image-format symbol is already used for the ImageFormat function, so working with Images now causes errors as image-format calls the wrong function. Reverting to image-ft appears to fix this issue.

longlene commented 1 year ago

@spazzylemons Thanks, good catch!