summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobjectlist.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-27 18:20:52 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-09-27 18:20:52 -0400
commitec3f8f4a67bb1a47e634d05ba29ddc6c7bed38b8 (patch)
tree548dc379c8f3dad4997ee89035064772b9c14c8b /indra/newview/llviewerobjectlist.cpp
parent878eb2b61a26eef3151319cffd1d8d5196b118c2 (diff)
parent3db6e3d9ec6c0b5a4cc9e825ee0c70eaa1461c98 (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...