started multiple saves.
This commit is contained in:
@@ -33,6 +33,6 @@
|
||||
(set-screen-wrapper! (fn [screen screen-fn]
|
||||
(try (screen-fn)
|
||||
(catch Exception e
|
||||
(.log Gdx/app (with-out-str (.printStackTrace e)))
|
||||
(.log Gdx/app "ERROR" (with-out-str (.printStackTrace e)))
|
||||
(.printStackTrace e)
|
||||
(set-screen! advent title/title-screen)))))
|
||||
|
||||
Reference in New Issue
Block a user