a0fafd0adf19 v1.0.0
Fix stupid bug
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 12 Aug 2016 02:42:49 +0000 |
parents | 134cfd7fa2fd |
children | 9a59ee351b26 |
branches/tags | v1.0.0 |
files | beast.lisp |
Changes
--- a/beast.lisp Fri Aug 12 02:23:35 2016 +0000 +++ b/beast.lisp Fri Aug 12 02:42:49 2016 +0000 @@ -108,7 +108,7 @@ ")) -(defun create-entity (entity-class &rest initargs) +(defun create-entity (class &rest initargs) "Create an entity of the given entity class and return it. `initargs` will be passed along to `make-instance`.