浏览代码

Fixed typo #258

Turakar 10 年之前
父节点
当前提交
92b2ec664e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-bullet/src/common/java/com/jme3/bullet/control/RigidBodyControl.java

+ 1 - 1
jme3-bullet/src/common/java/com/jme3/bullet/control/RigidBodyControl.java

@@ -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) {