Aurora var region support
Firestorm patch by Cinders Adopted from Angstrom viewer with assistance of nhede Core and Revolution Smythe.
This commit is contained in:
@@ -962,7 +962,10 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys,
|
||||
U16 valswizzle[4];
|
||||
#endif
|
||||
U16 *val;
|
||||
const F32 size = LLWorld::getInstance()->getRegionWidthInMeters();
|
||||
// <FS:CR> Aurora Sim
|
||||
//const F32 size = LLWorld::getInstance()->getRegionWidthInMeters();
|
||||
const F32 size = mRegionp->getWidth();
|
||||
// </FS:CR> Aurora Sim
|
||||
const F32 MAX_HEIGHT = LLWorld::getInstance()->getRegionMaxHeight();
|
||||
const F32 MIN_HEIGHT = LLWorld::getInstance()->getRegionMinHeight();
|
||||
S32 length;
|
||||
|
||||
Reference in New Issue
Block a user