Hello. This tiny PR fixes the following type error in WITH-F-RECTS (as seen by SBCL):
* (sdl2:with-f-rects (rect))
debugger invoked on a TYPE-ERROR @537B975B in thread
#<THREAD "main thread" RUNNING {1001090113}>:
The value
0
is not of type
SINGLE-FLOAT
Hello. This tiny PR fixes the following type error in
WITH-F-RECTS
(as seen by SBCL):