Merge pull request #261 from Turakar/master

Fixed typo #258
This commit is contained in:
Kirill Vainer 2015-04-20 14:34:36 -04:00
commit 9b41b66756

View File

@ -195,7 +195,7 @@ public class RigidBodyControl extends PhysicsRigidBody implements PhysicsControl
/**
* When set to true, the physics coordinates will be applied to the local
* translation of the Spatial instead of the world traslation.
* translation of the Spatial instead of the world translation.
* @param applyPhysicsLocal
*/
public void setApplyPhysicsLocal(boolean applyPhysicsLocal) {