mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix member vars left uninitialized in constructors
This commit is contained in:
parent
3fe0fe1b92
commit
0ffd7f5620
23 changed files with 68 additions and 19 deletions
|
|
@ -63,6 +63,12 @@ BasicClouds::BasicClouds()
|
|||
mTypeMask |= EnvironmentObjectType | StaticObjectType;
|
||||
mNetFlags.set(Ghostable | ScopeAlways);
|
||||
|
||||
mTimeSC =
|
||||
mModelViewProjSC =
|
||||
mTexScaleSC =
|
||||
mTexDirectionSC =
|
||||
mTexOffsetSC = 0;
|
||||
|
||||
mLayerEnabled[0] = true;
|
||||
mLayerEnabled[1] = true;
|
||||
mLayerEnabled[2] = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue