Update Jassimp.java

Fix another misinterpretation from the JNI-interface.
pull/2281/head
Kim Kulling 2018-12-23 13:37:03 +01:00 committed by GitHub
parent 7eee959d55
commit 6631f7877a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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