mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
refactor: make methods that do not need to be public in ODE private or internal to aid code reading/analysis. Remove some unused method arguments
This commit is contained in:
@@ -185,7 +185,6 @@ namespace OpenSim.Region.Physics.Manager
|
||||
public virtual Vector3 GetJointAxis(PhysicsJoint joint)
|
||||
{ return Vector3.Zero; }
|
||||
|
||||
|
||||
public abstract void AddPhysicsActorTaint(PhysicsActor prim);
|
||||
|
||||
public abstract float Simulate(float timeStep);
|
||||
|
||||
Reference in New Issue
Block a user