Armature.java: correct a typo in the javadoc

accellbaker
Stephen Gold 6 years ago committed by GitHub
parent f0d28a9501
commit 27bd16979c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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() { public void update() {
for (Joint rootJoint : rootJoints) { for (Joint rootJoint : rootJoints) {

Loading…
Cancel
Save