]> git.jsancho.org Git - gacela.git/blobdiff - gacela.lisp
(no commit message)
[gacela.git] / gacela.lisp
index e00837b3758fa1ac2dd232bc7aab62bf96f84e27..bf7cea34a889da6d1e6074d54a53858374673515 100644 (file)
 (defstruct resource plist free-function time)
 (defstruct texture filename min-filter mag-filter)
 
-(let ((resources-table (make-hash-table :test 'equal)))
+(let ((resources-table (make-hash-table :test 'equalp)))
 
   (defun set-resource (key plist free-function &key static)
     (setf (gethash key resources-table)