getting rid of issue where state preserved on screens.

This commit is contained in:
Bryce Covert
2017-05-28 07:10:43 -07:00
parent cae423f2f0
commit 135b252062
2 changed files with 2 additions and 3 deletions

View File

@@ -367,10 +367,8 @@
(defscreen title-screen
:on-show
(fn [screen entities options]
(let [
[screen global-atlas] (utils/acquire-atlas screen "packed/global.atlas")
(let [[screen global-atlas] (utils/acquire-atlas screen "packed/global.atlas")
[screen title-atlas] (utils/acquire-atlas screen "packed/title.atlas")
_ (println (:resources screen))
screen (utils/setup-viewport screen 1280 960)]
(log/info "Starting title screen.")