Armature.java: correct a typo in the javadoc
This commit is contained in:
parent
f0d28a9501
commit
27bd16979c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user