浏览代码

Merge branch 'kimkulling-dev' of https://github.com/assimp/assimp into kimkulling-dev

Kim Kulling 6 年之前
父节点
当前提交
82cd16ab83
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      port/jassimp/jassimp/src/jassimp/Jassimp.java

+ 1 - 1
port/jassimp/jassimp/src/jassimp/Jassimp.java

@@ -333,7 +333,7 @@ public final class Jassimp {
      * @param name the name of the node
      * @param name the name of the node
      * @return the wrapped matrix
      * @return the wrapped matrix
      */
      */
-    private static Object wrapSceneNode(Object parent, Object matrix, int[] meshRefs,
+    static Object wrapSceneNode(Object parent, Object matrix, int[] meshRefs,
             String name) {
             String name) {
         
         
         return s_wrapperProvider.wrapSceneNode(parent, matrix, meshRefs, name);
         return s_wrapperProvider.wrapSceneNode(parent, matrix, meshRefs, name);