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

@@ -300,7 +300,7 @@ public sealed class BSCharacter : BSPhysObject
}
public override void LockAngularMotion(OMV.Vector3 axis) { return; }
public override void LockAngularMotion(byte axislocks) { return; }
public override OMV.Vector3 Position {
get {