change attenuation distance (#5555)

This commit is contained in:
Thomas Anderson 2026-02-14 15:11:18 -06:00 committed by GitHub
parent 8f1421ee5d
commit a78d575f75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ int main(void)
.z = 5.0f*sinf(th)
};
SetSoundPosition(camera, sound, spherePos, 20.0f);
SetSoundPosition(camera, sound, spherePos, 1.0f);
if (!IsSoundPlaying(sound)) PlaySound(sound);
//----------------------------------------------------------------------------------