mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
fix the name of a funtion on last commit
This commit is contained in:
@@ -129,7 +129,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (sog == null || sog.IsDeleted || sog.inTransit)
|
||||
return;
|
||||
|
||||
if(sog.CollisionSoundThrootled(part.CollisionSoundType))
|
||||
if(sog.CollisionSoundThrottled(part.CollisionSoundType))
|
||||
return;
|
||||
|
||||
float volume = part.CollisionSoundVolume;
|
||||
@@ -206,7 +206,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
if (!HaveSound)
|
||||
{
|
||||
if(othersog.CollisionSoundThrootled(otherType))
|
||||
if(othersog.CollisionSoundThrottled(otherType))
|
||||
continue;
|
||||
|
||||
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;
|
||||
// m_lastCollisionSoundMS = Util.GetTimeStampMS();
|
||||
|
||||
Reference in New Issue
Block a user