filament-utils-android: fix recent crash regression.

This commit is contained in:
Philip Rideout
2020-02-14 14:54:35 -08:00
parent 54d9d870ee
commit 65129d1b52
5 changed files with 27 additions and 4 deletions

View File

@@ -30,9 +30,6 @@ using namespace filament;
using namespace gltfio;
using namespace utils;
extern void registerCallbackUtils(JNIEnv*);
extern void registerNioUtils(JNIEnv*);
extern "C" JNIEXPORT jlong JNICALL
Java_com_google_android_filament_gltfio_AssetLoader_nCreateAssetLoader(JNIEnv*, jclass,
jlong nativeEngine, jlong nativeProvider, jlong nativeEntities) {