branchless = better performance.

This commit is contained in:
Bryce Covert
2015-09-15 21:59:08 -07:00
parent c85290791f
commit f4403de5ca
6 changed files with 45 additions and 86 deletions

View File

@@ -251,3 +251,5 @@
:on-resize (fn [{:keys [viewport width height]} [entities]]
(.update viewport width height false)
nil))