mobile prep.

This commit is contained in:
Bryce Covert
2016-07-27 19:56:42 -07:00
parent 4552782f4f
commit ce3e16613e
2 changed files with 13 additions and 10 deletions

View File

@@ -556,7 +556,7 @@
:volume-fn volume-fn
:type type
:ends-at (if (= type :once)
(+ (:total-time screen) (sound! snd :duration))
(+ (:total-time screen) 1.0 #_(sound! snd :duration))
nil)}))))
(defn stop-all-sounds! [entities]