diff options
author | callum <none@none> | 2012-06-15 13:00:49 -0700 |
---|---|---|
committer | callum <none@none> | 2012-06-15 13:00:49 -0700 |
commit | 2eedd0c3c0fa8b4360c1402c1fb604010a4a2d82 (patch) | |
tree | d2c5ccf950227d0b62d73b60f40ed61fbf64f473 /indra/newview/llviewerregion.cpp | |
parent | 8006203bdae4e78b4eeb54e715190ace58f43556 (diff) |
Merge with tip
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rw-r--r-- | indra/newview/llviewerregion.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index e3cb985ddb..e4108e2cd1 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1461,7 +1461,8 @@ void LLViewerRegion::unpackRegionHandshake() // all of our terrain stuff, by if (compp->getParamsReady()) { - getLand().dirtyAllPatches(); + //this line creates frame stalls on region crossing and removing it appears to have no effect + //getLand().dirtyAllPatches(); } else { |