mirror of
https://gitlab.com/cc-ru/ocelot/ocelot-desktop.git
synced 2025-12-20 02:59:19 +01:00
Where. Is. My. Brain COMMIT HASH
This commit is contained in:
parent
a95600cc8c
commit
9031a83e17
@ -153,9 +153,8 @@ object Audio extends Logging {
|
||||
|
||||
def pauseSource(source: SoundSource): Unit = synchronized {
|
||||
OpenAlException.ignoring {
|
||||
if (Audio.isDisabled) {
|
||||
if (Audio.isDisabled)
|
||||
return
|
||||
}
|
||||
|
||||
if (getSourceStatus(source) == SoundSource.Status.Paused)
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user