Implemented a suggestion from Mic Bowman regarding border crossing and SignificantClientMovement.
parent
f5340b6470
commit
f96d6ea2cd
|
@ -1225,8 +1225,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
m_updateCount = 0;
|
m_updateCount = 0;
|
||||||
lastPhysPos = AbsolutePosition;
|
lastPhysPos = AbsolutePosition;
|
||||||
}
|
}
|
||||||
CheckForSignificantMovement();
|
|
||||||
|
// followed suggestion from mic bowman. reversed the two lines below.
|
||||||
CheckForBorderCrossing();
|
CheckForBorderCrossing();
|
||||||
|
CheckForSignificantMovement(); // sends update to the modules.
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue