OGRECave / ogre-audiovideo

plugins for theora video playback and openAL audio
https://ogrecave.github.io/ogre-audiovideo/
BSD 3-Clause "New" or "Revised" License
14 stars 11 forks source link

Remove erroneous initialization parameter #22

Closed sercero closed 3 years ago

sercero commented 3 years ago

AL_SOURCE_STATE is a read-only attibute of a sound source, sound sources start at AL_INITIAL on creation (according to OpenAL 1.1 spec). (This was detected thanks to OpenAL Soft debugging)