Correct initialization order of idSoundVoice_OpenAL constructor.

This commit is contained in:
Andreas Bergmeier 2014-02-17 15:53:17 +01:00
parent cb2754884d
commit beed9b7b4c

View file

@ -53,8 +53,8 @@ idSoundVoice_OpenAL::idSoundVoice_OpenAL()
formatTag( 0 ), formatTag( 0 ),
numChannels( 0 ), numChannels( 0 ),
sampleRate( 0 ), sampleRate( 0 ),
paused( true ), hasVUMeter( false ),
hasVUMeter( false ) paused( true )
{ {
} }