Skip to content

Commit

Permalink
Eval initargs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinmera committed Jun 17, 2018
1 parent a772daa commit 3d90780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.lisp
Expand Up @@ -55,7 +55,7 @@
(assert (= 0 (getf texspec :level 0)))
(assert (eql :dynamic (getf texspec :storage :dynamic)))
(let ((initargs (loop for (key val) in (class-default-initargs 'texture)
collect key collect val)))
collect key collect (eval val))))
(loop for (key val) on initargs by #'cddr
collect key
collect (or (getf texspec key)
Expand Down

0 comments on commit 3d90780

Please sign in to comment.