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

Add text example 4* #36

Closed mjkalyan closed 2 years ago

mjkalyan commented 2 years ago

Please merge after #35

Note the change in 3a6da9b4bd5bfbb4d38fc46cf8bd11a3dbc4bedb. A pointer works where a CL integer doesn't. Just wanted to draw your attention to it.

shelvick commented 2 years ago

Note the change in 3a6da9b. A pointer works where a CL integer doesn't. Just wanted to draw your attention to it.

Yep, in retrospect I'm not surprised. fontChars is a pointer (not sure why) in the header file and the comment says to use NULL for the default character set.