Add regression test for in-range chat between neighbouring regions from east to west.

This commit is contained in:
Justin Clark-Casey (justincc)
2014-05-22 19:18:24 +01:00
parent b7c7293c7a
commit 1b156b7fe8
5 changed files with 204 additions and 1 deletions

View File

@@ -147,6 +147,7 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin
terrainHeight = _heightMap[(int)actor.Position.Y * (int)m_regionExtent.Y + (int)actor.Position.X];
float height = terrainHeight + actor.Size.Z;
// Console.WriteLine("height {0}, actorPosition {1}", height, actorPosition);
if (actor.Flying)
{