a lot of stuff to get rid of reflection.

This commit is contained in:
Bryce Covert
2016-08-03 20:32:03 -07:00
parent 197165b663
commit 3d69fc0b65
13 changed files with 86 additions and 88 deletions

View File

@@ -194,5 +194,5 @@
(left-click screen entities)
(right-click screen entities))))
:on-resize (fn [screen entities]
(.update (:viewport screen) (:width screen) (:height screen) true)))
:on-resize (fn [{:keys [width height ^FitViewport viewport] :as screen} entities]
(.update viewport width height true)))