소스 검색

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);