mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
uninitialized variables-sfx
This commit is contained in:
parent
7392d598da
commit
a1a6143e01
11 changed files with 32 additions and 16 deletions
|
|
@ -107,6 +107,8 @@ bool SFXRangeModifier::update()
|
|||
|
||||
SFXFadeModifier::SFXFadeModifier( SFXSource* source, F32 time, F32 endVolume, F32 startTime, EOnEnd onEndDo, bool removeWhenDone )
|
||||
: Parent( source, startTime, startTime + time, removeWhenDone ),
|
||||
mStartVolume(source->getVolume()),
|
||||
mCurrentVolume(source->getVolume()),
|
||||
mEndVolume( endVolume ),
|
||||
mOnEnd( onEndDo )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue