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

afrisby
MW 2007-12-05 13:23:12 +00:00
parent bb824eadee
commit be93de1257
1 changed files with 1 additions and 1 deletions

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) if (regionHandle == m_regInfo.RegionHandle)
{ {