mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
made one or two more methods in Scene virtual to allow overriding in sub classes.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user