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