aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llsurface.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-09-06 18:24:57 -0500
committerJacek Antonelli2008-09-06 18:25:07 -0500
commit798d367d54a6c6379ad355bd8345fa40e31e7fe9 (patch)
tree1921f1708cd0240648c97bc02df2c2ab5f2fc41e /linden/indra/newview/llsurface.cpp
parentSecond Life viewer sources 1.20.15 (diff)
downloadmeta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.zip
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.gz
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.bz2
meta-impy-798d367d54a6c6379ad355bd8345fa40e31e7fe9.tar.xz
Second Life viewer sources 1.21.0-RC
Diffstat (limited to 'linden/indra/newview/llsurface.cpp')
-rw-r--r--linden/indra/newview/llsurface.cpp2
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),