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

pull/2284/head
Kim Kulling 2018-12-26 09:50:19 +01:00
commit 82cd16ab83
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);