More uninitialized variables

This commit is contained in:
Ben Payne 2014-11-07 10:28:01 -05:00
parent 2fc1ac4816
commit d4b4320f45
2 changed files with 8 additions and 7 deletions

View file

@ -35,7 +35,8 @@ SFXALDevice::SFXALDevice( SFXProvider *provider,
: Parent( name, provider, useHardware, maxBuffers ),
mOpenAL( openal ),
mDevice( NULL ),
mContext( NULL )
mContext( NULL ),
mRolloffFactor( 1.0f )
{
mMaxBuffers = getMax( maxBuffers, 8 );