瀏覽代碼

Armature.java: correct a typo in the javadoc

Stephen Gold 6 年之前
父節點
當前提交
27bd16979c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jme3-core/src/main/java/com/jme3/anim/Armature.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/anim/Armature.java

@@ -63,7 +63,7 @@ public class Armature implements JmeCloneable, Savable {
     }
 
     /**
-     * Update all joints sin this Amature.
+     * Update all joints in this Armature.
      */
     public void update() {
         for (Joint rootJoint : rootJoints) {