fixes issue where ego disappears.

This commit is contained in:
2015-04-17 08:39:35 -07:00
parent adbdd2ee1d
commit e6dc4a9382
3 changed files with 6 additions and 3 deletions

View File

@@ -690,8 +690,7 @@
(doseq [e (sort-by :baseline all-entities)]
(if (:parallax e)
(render-parallax screen e)
(render! screen [e])))
(render! screen [e])))
entities)))