remove the use of Vector3 for axis locks on the rest of engines

This commit is contained in:
UbitUmarov
2015-10-21 00:15:09 +01:00
parent ce5d5fc8dc
commit deb4364f42
7 changed files with 13 additions and 26 deletions

View File

@@ -224,7 +224,7 @@ namespace OpenSim.Region.PhysicsModule.BasicPhysics
{
}
public override void LockAngularMotion(Vector3 axis)
public override void LockAngularMotion(byte axislocks)
{
}