longlene / cl-raylib

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

Adapt argument type of `GetColor` #16

Closed nagy closed 2 years ago

nagy commented 2 years ago

With a recent change in raylib, GetColor now takes an unsigned int.

https://github.com/raysan5/raylib/commit/cac856119c23898579fc237703a8ff3bda207dc6

This change is available in raylib 4.0

https://github.com/raysan5/raylib/blob/4.0.0/src/raylib.h#L1307

longlene commented 2 years ago

@nagy Thanks!