mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
commit
6492028bb2
26 changed files with 79 additions and 52 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