summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobjectlist.cpp
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2012-09-24 17:19:16 +0000
committerNyx Linden <nyx@lindenlab.com>2012-09-24 17:19:16 +0000
commit33099f4b7b55c166ba77a3e862573cd68ec4acef (patch)
tree07626f4aa5af7a99c7c34123e25687f09715ef00 /indra/newview/llviewerobjectlist.cpp
parent93769c43e209b206ed06c1a812900e5e51473a74 (diff)
parentd3924200b6b8817461c0f10f87a643005466d4af (diff)
merge
Diffstat (limited to 'indra/newview/llviewerobjectlist.cpp')
-rw-r--r--indra/newview/llviewerobjectlist.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp
index c036fcc114..e399b45cba 100644
--- a/indra/newview/llviewerobjectlist.cpp
+++ b/indra/newview/llviewerobjectlist.cpp
@@ -1524,7 +1524,6 @@ static LLFastTimer::DeclareTimer FTM_REGION_SHIFT("Region Shift");
void LLViewerObjectList::shiftObjects(const LLVector3 &offset)
{
- if (gHeadlessClient) return;
// This is called when we shift our origin when we cross region boundaries...
// We need to update many object caches, I'll document this more as I dig through the code
// cleaning things out...