mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Stop having to call SetHeight again in ScenePresence.AddToPhysicalScene() when we've already passed size information to the avatar at PhysicsScene.AddAvatar()
Eliminate some copypasta for height setting in OdeCharacter
This commit is contained in:
@@ -44,8 +44,9 @@ namespace OpenSim.Region.Physics.BasicPhysicsPlugin
|
||||
private bool flying;
|
||||
private bool iscolliding;
|
||||
|
||||
public BasicActor()
|
||||
public BasicActor(Vector3 size)
|
||||
{
|
||||
Size = size;
|
||||
}
|
||||
|
||||
public override int PhysicsActorType
|
||||
|
||||
Reference in New Issue
Block a user