mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
remove the use of Vector3 for axis locks on the rest of engines
This commit is contained in:
@@ -224,7 +224,7 @@ namespace OpenSim.Region.PhysicsModule.BasicPhysics
|
||||
{
|
||||
}
|
||||
|
||||
public override void LockAngularMotion(Vector3 axis)
|
||||
public override void LockAngularMotion(byte axislocks)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user