mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
i hate you, milkman dan
This commit is contained in:
parent
ead461dca7
commit
3c8c87cff5
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ void AudioInjector::stopAndDeleteLater() {
|
|||
AudioInjectorPointer AudioInjector::playSound(SharedSoundPointer sound, const float volume,
|
||||
const float stretchFactor, const glm::vec3 position) {
|
||||
if (!sound || !sound->isReady()) {
|
||||
return nullptr;
|
||||
return AudioInjectorPointer(nullptr);
|
||||
}
|
||||
|
||||
AudioInjectorOptions options;
|
||||
|
|
Loading…
Reference in a new issue