Review fixes

This commit is contained in:
Ben Payne 2015-02-23 14:57:37 -05:00
parent 3205fea936
commit f67a0353d0
3 changed files with 5 additions and 7 deletions

View file

@ -63,10 +63,10 @@ BasicClouds::BasicClouds()
mTypeMask |= EnvironmentObjectType | StaticObjectType;
mNetFlags.set(Ghostable | ScopeAlways);
mTimeSC =
mModelViewProjSC =
mTexScaleSC =
mTexDirectionSC =
mTimeSC = 0;
mModelViewProjSC = 0;
mTexScaleSC = 0;
mTexDirectionSC = 0;
mTexOffsetSC = 0;
mLayerEnabled[0] = true;