hopefully final testing fix for audio
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
73942b1fa0
commit
af6bdc6b43
@ -440,7 +440,7 @@ public class Main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
//shut down audio engine
|
//shut down audio engine
|
||||||
if(!Globals.HEADLESS && Globals.RUN_CLIENT && Globals.RUN_AUDIO){
|
if(!Globals.HEADLESS && Globals.RUN_CLIENT && Globals.RUN_AUDIO && Globals.audioEngine != null && Globals.audioEngine.initialized()){
|
||||||
Globals.audioEngine.shutdown();
|
Globals.audioEngine.shutdown();
|
||||||
}
|
}
|
||||||
//if netmonitor is running, close
|
//if netmonitor is running, close
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user