You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Trying to create a mutex twice
This commit is contained in:
@@ -265,6 +265,5 @@ void AudioDriverOpenSL::set_pause(bool p_pause) {
|
|||||||
|
|
||||||
AudioDriverOpenSL::AudioDriverOpenSL() {
|
AudioDriverOpenSL::AudioDriverOpenSL() {
|
||||||
s_ad = this;
|
s_ad = this;
|
||||||
mutex = Mutex::create();
|
|
||||||
pause = false;
|
pause = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user