bug fixes.

This commit is contained in:
Bryce Covert
2015-10-11 19:36:47 -07:00
parent b44f7ccdb3
commit 56f1d94269
2 changed files with 2 additions and 2 deletions

View File

@@ -428,7 +428,7 @@
(play-sound! screen entities snd volume-fn pan :once))
([screen entities snd volume-fn pan type]
(play-sound! screen entities snd volume-fn pan :once 1.0))
(play-sound! screen entities snd volume-fn pan type 1.0))
([screen entities snd volume-fn pan type pitch]
(let [vol (volume-fn entities)