Skip to content

Commit

Permalink
Update vloader.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
thewiilover authored Nov 8, 2024
1 parent e6ac134 commit 68bc9c7
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 @@ -18,7 +18,7 @@
extern "C"
JNIEXPORT void JNICALL
Java_pojlib_util_VLoader_setAndroidInitInfo(JNIEnv *env, jclass clazz, jobject ctx) {
pojav_environ->activity = env->NewGlobalRef(ctx);
environ->activity = env->NewGlobalRef(ctx);
}

extern "C"
Expand Down

0 comments on commit 68bc9c7

Please sign in to comment.