initialize SimwideArea
parent
d62854cbd3
commit
85a31c9e76
|
@ -1043,7 +1043,9 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||||
else
|
else
|
||||||
LandData.AABBMax = new Vector3(tx, ty, (float)m_scene.Heightmap[tx - 1, ty - 1]);
|
LandData.AABBMax = new Vector3(tx, ty, (float)m_scene.Heightmap[tx - 1, ty - 1]);
|
||||||
|
|
||||||
LandData.Area = tempArea * landUnit * landUnit;
|
tempArea *= landUnit * landUnit;
|
||||||
|
LandData.Area = tempArea;
|
||||||
|
LandData.SimwideArea = tempArea;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue