Explorar o código

Update Jassimp.java

Fix another misinterpretation from the JNI-interface.
Kim Kulling %!s(int64=6) %!d(string=hai) anos
pai
achega
6631f7877a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
      * @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) {
         
         return s_wrapperProvider.wrapSceneNode(parent, matrix, meshRefs, name);