Skip to content

Commit 6ef5692

Browse files
authored
Update ArmatureNode: revert updateGeometry() to public
1 parent fe65e0d commit 6ef5692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ private void setColor(Geometry geo, ColorRGBA color) {
485485
/**
486486
* The method updates the geometry according to the positions of the bones.
487487
*/
488-
void updateGeometry() {
488+
public void updateGeometry() {
489489
armature.update();
490490
for (Joint joint : armature.getRoots()) {
491491
updateSkeletonGeoms(joint);

0 commit comments

Comments
 (0)