fix the fix (and another fix)

This commit is contained in:
withmorten 2021-07-11 03:34:43 +02:00
commit 3194fdb2c1
2 changed files with 2 additions and 2 deletions

View file

@ -993,4 +993,4 @@ cAudioManager::ComputeEmittingVolume(uint8 emittingVolume, float intensity, floa
return (quatIntensity - (dist - diffIntensity)) * (float)emittingVolume / quatIntensity;
return emittingVolume;
}
#endif
#endif