瀏覽代碼

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