summaryrefslogtreecommitdiff
path: root/indra/newview/llsurface.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-08 09:25:36 -0400
committerOz Linden <oz@lindenlab.com>2011-04-08 09:25:36 -0400
commitdf329d14a9b882f1bc9c2c598043569ca2688c03 (patch)
treeceb3606910ffa32c956347f39c708b3cde15e88c /indra/newview/llsurface.cpp
parent4895b24e3861021c26a9df3ba9ba04400c63f5c8 (diff)
parented32a5e2b8e865cfad1d697fd5542b05162c40a9 (diff)
pull tags and late fixes back from viewer-pre-beta
Diffstat (limited to 'indra/newview/llsurface.cpp')
-rw-r--r--indra/newview/llsurface.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llsurface.cpp b/indra/newview/llsurface.cpp
index 6fc8153b77..bccabe21a8 100644
--- a/indra/newview/llsurface.cpp
+++ b/indra/newview/llsurface.cpp
@@ -340,11 +340,6 @@ void LLSurface::connectNeighbor(LLSurface *neighborp, U32 direction)
S32 i;
LLSurfacePatch *patchp, *neighbor_patchp;
- if (gNoRender)
- {
- return;
- }
-
mNeighbors[direction] = neighborp;
neighborp->mNeighbors[gDirOpposite[direction]] = this;