mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
uninitialized variables-sfx
This commit is contained in:
parent
7392d598da
commit
a1a6143e01
11 changed files with 32 additions and 16 deletions
|
|
@ -208,7 +208,7 @@ class SFXWorld : public ScopeTracker< NUM_DIMENSIONS, Object >
|
|||
/// between this space and the space above us in the stack.
|
||||
Object mObject;
|
||||
|
||||
Scope() {}
|
||||
Scope() :mSortValue(0), mSoundscape(NULL) {}
|
||||
Scope( F32 sortValue, Object object )
|
||||
: mSortValue( sortValue ),
|
||||
mSoundscape( NULL ),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue