Cleanup
This commit is contained in:
@@ -84,7 +84,7 @@ aSound vol status fpos sType mtime w =
|
||||
, _soundStatus =
|
||||
SoundStatus
|
||||
{ _playStatus = status
|
||||
, _isLooping = isJust mtime
|
||||
, _soundIsLooping = isJust mtime
|
||||
}
|
||||
, _soundChannel = Nothing
|
||||
, _soundAngDist = Just (a, floor (225 * (1 - vol)))
|
||||
@@ -192,7 +192,7 @@ soundMultiFrom (so : sos) pos sType mtime w
|
||||
, _soundStatus =
|
||||
SoundStatus
|
||||
{ _playStatus = ToStart
|
||||
, _isLooping = isJust mtime
|
||||
, _soundIsLooping = isJust mtime
|
||||
}
|
||||
, _soundChannel = Nothing
|
||||
, _soundAngDist = Just (a, 0)
|
||||
|
||||
Reference in New Issue
Block a user