Skip to content

Commit

Permalink
That ata do it
Browse files Browse the repository at this point in the history
  • Loading branch information
Novampr authored Nov 15, 2024
1 parent d2d78ac commit 804fb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/jni/vloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static std::string load_file(const char *path) {

extern "C"
JNIEXPORT void JNICALL
Java_pojlib_VLoader_setAndroidInitInfo(JNIEnv *env, jclass clazz, jobject ctx) {
Java_pojlib_VLoader_setActivity(JNIEnv *env, jclass clazz, jobject ctx) {
OpenComposite_Android_Load_Input_File = load_file;

env->GetJavaVM(&jvm);
Expand Down

0 comments on commit 804fb8e

Please sign in to comment.