mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
uninitialized variables-sfx
This commit is contained in:
parent
7392d598da
commit
a1a6143e01
11 changed files with 32 additions and 16 deletions
|
|
@ -75,7 +75,8 @@ ConsoleDocClass( SFXController,
|
|||
|
||||
SFXController::SFXController( SFXPlayList* playList )
|
||||
: Parent( playList ),
|
||||
mTrace( playList->trace() )
|
||||
mTrace( playList->trace() ),
|
||||
mLoopCounter(0)
|
||||
{
|
||||
VECTOR_SET_ASSOCIATION( mInsns );
|
||||
VECTOR_SET_ASSOCIATION( mSources );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue