Re initiate spatial partitions in the main region after a long teleport jump.

Also kill objects in the regions we left behind.
Restore max octree range to 1024 * 1024
This commit is contained in:
Latif Khalifa
2013-09-12 09:42:55 +02:00
parent 5b73586b95
commit c14d46074c
4 changed files with 28 additions and 1 deletions

View File

@@ -1014,7 +1014,7 @@ public:
}
LLVector4a MAX_MAG;
MAX_MAG.splat(2048.f * 2048.f); // Singu note: SVC-2941 FIRE-11593 (original range was 1024 * 1024)
MAX_MAG.splat(1024.f * 1024.f);
const LLVector4a& v = data->getPositionGroup();