mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-21 12:25:30 +00:00
uninitialized variables-sfx
This commit is contained in:
parent
7392d598da
commit
a1a6143e01
11 changed files with 32 additions and 16 deletions
|
|
@ -47,7 +47,7 @@ class SFXModifier : public IPolled
|
|||
|
||||
/// Create an effect that operates on "source".
|
||||
SFXModifier( SFXSource* source, bool removeWhenDone = false )
|
||||
: mSource( source ) {}
|
||||
: mSource( source ), mRemoveWhenDone(removeWhenDone) {}
|
||||
|
||||
virtual ~SFXModifier() {}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue