fix the name of a funtion on last commit
parent
cc5d6f6b7b
commit
63e3fc21ef
|
@ -129,7 +129,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
if (sog == null || sog.IsDeleted || sog.inTransit)
|
if (sog == null || sog.IsDeleted || sog.inTransit)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(sog.CollisionSoundThrootled(part.CollisionSoundType))
|
if(sog.CollisionSoundThrottled(part.CollisionSoundType))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
float volume = part.CollisionSoundVolume;
|
float volume = part.CollisionSoundVolume;
|
||||||
|
@ -206,7 +206,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
if (!HaveSound)
|
if (!HaveSound)
|
||||||
{
|
{
|
||||||
if(othersog.CollisionSoundThrootled(otherType))
|
if(othersog.CollisionSoundThrottled(otherType))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (otherType == 1)
|
if (otherType == 1)
|
||||||
|
|
|
@ -5530,7 +5530,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool CollisionSoundThrootled(int collisionSoundType)
|
public bool CollisionSoundThrottled(int collisionSoundType)
|
||||||
{
|
{
|
||||||
double time = m_lastCollisionSoundMS;
|
double time = m_lastCollisionSoundMS;
|
||||||
// m_lastCollisionSoundMS = Util.GetTimeStampMS();
|
// m_lastCollisionSoundMS = Util.GetTimeStampMS();
|
||||||
|
|
Loading…
Reference in New Issue