mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Change access levels from private to protected to facilitate
subclassing; also add new method signatures. Thanks tuco and mikkopa. Fix Mantis #3072.
This commit is contained in:
@@ -152,6 +152,12 @@ namespace OpenSim.Region.Physics.Manager
|
||||
|
||||
public abstract bool IsThreaded { get; }
|
||||
|
||||
public virtual uint Raycast(PhysicsVector pos, PhysicsVector dir, float rayLength, uint ignoreId)
|
||||
{ return 0; }
|
||||
|
||||
public virtual void SetMaxFlightHeight(float maxheight) { }
|
||||
|
||||
|
||||
private class NullPhysicsScene : PhysicsScene
|
||||
{
|
||||
private static int m_workIndicator;
|
||||
|
||||
Reference in New Issue
Block a user