Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
The Judge committed Dec 19, 2024
1 parent 05c1af3 commit 1b84956
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 @@ -52,7 +52,7 @@ Java_org_vivecraft_util_VLoader_getEGLConfig(JNIEnv* env, jclass clazz) {

extern "C"
JNIEXPORT void JNICALL
Java_org_digitalgenesis_VLoader_setupAndroid(JNIEnv* env, jclass clazz) {
Java_org_vivecraft_util_VLoader_setupAndroid(JNIEnv* env, jclass clazz) {
JNIEnv *newEnv;
pojav_environ->dalvikJavaVMPtr->AttachCurrentThread(&newEnv, NULL);

Expand Down

0 comments on commit 1b84956

Please sign in to comment.