mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Implemented a suggestion from Mic Bowman regarding border crossing and SignificantClientMovement.
This commit is contained in:
@@ -1225,8 +1225,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
m_updateCount = 0;
|
||||
lastPhysPos = AbsolutePosition;
|
||||
}
|
||||
CheckForSignificantMovement();
|
||||
|
||||
// followed suggestion from mic bowman. reversed the two lines below.
|
||||
CheckForBorderCrossing();
|
||||
CheckForSignificantMovement(); // sends update to the modules.
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user