Fix shuttle angular velocity direction
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Content.Server.Physics.Controllers
|
|||||||
physicsComponent.Mass *
|
physicsComponent.Mass *
|
||||||
movement.Y *
|
movement.Y *
|
||||||
10);
|
10);
|
||||||
physicsComponent.ApplyAngularImpulse(movement.X * angularSpeed);
|
physicsComponent.ApplyAngularImpulse(-movement.X * angularSpeed);
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO WHEN THIS ACTUALLY WORKS
|
// TODO WHEN THIS ACTUALLY WORKS
|
||||||
|
|||||||
Reference in New Issue
Block a user