This commit is contained in:
Bryce Covert
2016-08-05 07:55:18 -07:00
parent 12f6d1fb40
commit 58540cfbbe

View File

@@ -557,7 +557,6 @@ is the atom storing the screen map behind the scenes. Returns the updated
(update! screen :renderer (stage))"
[screen & args]
(println screen)
(doto (apply (:update-fn! screen) assoc args)
update-screen!))