Преглед изворни кода

Update ArmatureNode: revert updateGeometry() to public

Wyatt Gillette пре 2 месеци
родитељ
комит
6ef5692fb3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jme3-core/src/main/java/com/jme3/scene/debug/custom/ArmatureNode.java

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

@@ -485,7 +485,7 @@ public class ArmatureNode extends Node {
     /**
     /**
      * The method updates the geometry according to the positions of the bones.
      * The method updates the geometry according to the positions of the bones.
      */
      */
-    void updateGeometry() {
+    public void updateGeometry() {
         armature.update();
         armature.update();
         for (Joint joint : armature.getRoots()) {
         for (Joint joint : armature.getRoots()) {
             updateSkeletonGeoms(joint);
             updateSkeletonGeoms(joint);