Przeglądaj źródła

Update ArmatureNode: revert updateGeometry() to public

Wyatt Gillette 2 miesięcy temu
rodzic
commit
6ef5692fb3

+ 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.
      */
-    void updateGeometry() {
+    public void updateGeometry() {
         armature.update();
         for (Joint joint : armature.getRoots()) {
             updateSkeletonGeoms(joint);