mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -250,7 +250,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