mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
More uninitialized variables
This commit is contained in:
parent
2fc1ac4816
commit
d4b4320f45
2 changed files with 8 additions and 7 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue