made one or two more methods in Scene virtual to allow overriding in sub classes.

This commit is contained in:
MW
2007-12-05 13:23:12 +00:00
parent bb824eadee
commit be93de1257

View File

@@ -1163,7 +1163,7 @@ namespace OpenSim.Region.Environment.Scenes
}
}
public void AgentCrossing(ulong regionHandle, LLUUID agentID, LLVector3 position, bool isFlying)
public virtual void AgentCrossing(ulong regionHandle, LLUUID agentID, LLVector3 position, bool isFlying)
{
if (regionHandle == m_regInfo.RegionHandle)
{