diff options
Diffstat (limited to 'linden/indra/newview/llsurface.cpp')
-rw-r--r-- | linden/indra/newview/llsurface.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llsurface.cpp b/linden/indra/newview/llsurface.cpp index 48e469b..017517c 100644 --- a/linden/indra/newview/llsurface.cpp +++ b/linden/indra/newview/llsurface.cpp | |||
@@ -73,7 +73,9 @@ LLSurface::LLSurface(U32 type, LLViewerRegion *regionp) : | |||
73 | mGridsPerEdge(0), | 73 | mGridsPerEdge(0), |
74 | mOOGridsPerEdge(0.f), | 74 | mOOGridsPerEdge(0.f), |
75 | mPatchesPerEdge(0), | 75 | mPatchesPerEdge(0), |
76 | mNumberOfPatches(0), | ||
76 | mType(type), | 77 | mType(type), |
78 | mDetailTextureScale(0.f), | ||
77 | mOriginGlobal(0.0, 0.0, 0.0), | 79 | mOriginGlobal(0.0, 0.0, 0.0), |
78 | mSTexturep(NULL), | 80 | mSTexturep(NULL), |
79 | mWaterTexturep(NULL), | 81 | mWaterTexturep(NULL), |