mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
* Fix: Send Parcel data on region crossing.
This commit is contained in:
@@ -627,6 +627,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
updateLock.WaitOne();
|
||||
float physicsFPS = 0;
|
||||
int agentsInScene = m_innerScene.GetRootAgentCount() + m_innerScene.GetChildAgentCount();
|
||||
|
||||
|
||||
if (agentsInScene > 21)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user