thelaui / M.A.R.S.

M.A.R.S. - a ridiculous shooter
http://www.marsshooter.org
Other
161 stars 44 forks source link

Fix OpenAL AL_INVALID_VALUE warning when starting a game. #16

Closed jcowgill closed 3 years ago

jcowgill commented 9 years ago

The warning is produced because setVolume is called with a negative value, so ensure it never is.

eXpl0it3r commented 3 years ago

Thanks for providing this fix! 🙂