mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Thank you, Teravus for: Solution for 'after using physical prim with MonoSqliteDataStore, the sim lags with constantly updating assets.". This mostly affects BulletX.
This commit is contained in:
@@ -579,7 +579,11 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
AddTerseUpdateToAllAvatars();
|
||||
ClearUpdateSchedule();
|
||||
ScheduleTerseUpdate();
|
||||
if ((ObjectFlags & (uint)LLObject.ObjectFlags.Physics) != 0)
|
||||
{
|
||||
// Only send the constant terse updates on physical objects!
|
||||
ScheduleTerseUpdate();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user