Don't start audio device too soon

This commit is contained in:
wheremyfoodat 2024-02-24 00:56:50 +02:00 committed by GitHub
parent 3f31f78377
commit 7b540f0af8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,6 @@ void MiniAudioDevice::init(Samples& samples, bool safe) {
}
initialized = true;
start();
}
void MiniAudioDevice::start() {