longlene / cl-raylib

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

Converted RGBA parameters from structs to unsigned 32-bit values #32

Closed stacksmith closed 2 years ago

stacksmith commented 2 years ago

RGBA color parameters are now unsigned 32-bit values on the lisp side, avoiding unnecessary conversions.

longlene commented 2 years ago

@stacksmith Thank you, looks great!