diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-24 15:39:43 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-09-24 15:39:43 -0400 |
commit | 19ba8d8413c4541da2d76656776545334a09a38f (patch) | |
tree | c3aad1d54a9d86588ab9153d8ab679cfa8013436 /indra/newview/llviewerregion.cpp | |
parent | 3bf07ac65f046ef53db7b3eb6312f837ac92219b (diff) |
SH-3455 WIP - removed some handling for appearance version < 1
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rwxr-xr-x | indra/newview/llviewerregion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 7150089380..814b5e2265 100755 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -387,7 +387,7 @@ LLViewerRegion::LLViewerRegion(const U64 &handle, mSimAccess( SIM_ACCESS_MIN ), mBillableFactor(1.0), mMaxTasks(DEFAULT_MAX_REGION_WIDE_PRIM_COUNT), - mCentralBakeVersion(0), + mCentralBakeVersion(1), mClassID(0), mCPURatio(0), mColoName("unknown"), |