summaryrefslogtreecommitdiff
path: root/indra/newview/llsurface.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-04-06 19:20:03 -0400
committerOz Linden <oz@lindenlab.com>2011-04-06 19:20:03 -0400
commit52615d251bc9261fe5765feefbcd31021bd75934 (patch)
tree2e259b393c6d2405d4a5e30ae9dd25e282c78a4d /indra/newview/llsurface.cpp
parent0a802ae351153008b40d42106c866836d0ee4954 (diff)
parenta1a5a793a70f62c977e97b7433840fcb70f47c03 (diff)
pull pack late beta fixes from 2.6.3
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;