Update Jassimp.java
Fix another misinterpretation from the JNI-interface.pull/2281/head
parent
7eee959d55
commit
6631f7877a
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue