Mantis#1521. Thank you kindly, Lmmz for a patch that:

Improves the implementation of the particle system.
This commit is contained in:
Charles Krinke
2008-08-08 15:16:30 +00:00
parent 2248ad2ed2
commit 10822a139f
2 changed files with 168 additions and 139 deletions

View File

@@ -1056,6 +1056,11 @@ namespace OpenSim.Region.Environment.Scenes
m_particleSystem = pSystem.GetBytes();
}
public void RemoveParticleSystem()
{
m_particleSystem = new byte[0];
}
/// Terse updates
public void AddTerseUpdateToAllAvatars()
{