Minor improvements to audio

This commit is contained in:
Wojtek Figat
2023-10-12 14:03:43 +02:00
parent 2671e3881f
commit 69fb2c331f
2 changed files with 5 additions and 4 deletions

View File

@@ -187,7 +187,6 @@ float AudioSource::GetTime() const
return 0.0f;
float time = AudioBackend::Source::GetCurrentBufferTime(this);
ASSERT(time >= 0.0f && time <= Clip->GetLength());
if (UseStreaming())
{