Final ref gone.

This commit is contained in:
Erik Svedäng 2017-09-04 11:42:48 +02:00
parent ab19c2323f
commit c6e7ba890e

View File

@ -85,5 +85,5 @@
(while true
(do
(handle-events app rend)
(draw rend (ref images))
(draw rend &images)
(SDL_Delay 30)))))