mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
ODE: Tired of floating above the ground after crossing a border? Boy have I got a solution for you! For a limited time, you can be the right height after border crossings automatically. Just three easy payments of $9.95 and make sure your neighbor is sending child agent updates!
This commit is contained in:
@@ -60,7 +60,7 @@ namespace OpenSim.Region.Physics.Manager
|
||||
|
||||
public abstract void Initialise(IMesher meshmerizer);
|
||||
|
||||
public abstract PhysicsActor AddAvatar(string avName, PhysicsVector position);
|
||||
public abstract PhysicsActor AddAvatar(string avName, PhysicsVector position, PhysicsVector size);
|
||||
|
||||
public abstract void RemoveAvatar(PhysicsActor actor);
|
||||
|
||||
@@ -95,7 +95,7 @@ namespace OpenSim.Region.Physics.Manager
|
||||
// Does nothing right now
|
||||
}
|
||||
|
||||
public override PhysicsActor AddAvatar(string avName, PhysicsVector position)
|
||||
public override PhysicsActor AddAvatar(string avName, PhysicsVector position, PhysicsVector size)
|
||||
{
|
||||
m_log.InfoFormat("[PHYSICS]: NullPhysicsScene : AddAvatar({0})", position);
|
||||
return PhysicsActor.Null;
|
||||
|
||||
Reference in New Issue
Block a user