mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-24 18:22:02 +00:00
refactor: add missing log to GLES3JNILib_prepareEnvironment
This commit is contained in:
parent
342070ee78
commit
f00da2bff1
1 changed files with 1 additions and 0 deletions
|
@ -2160,5 +2160,6 @@ JNIEXPORT void JNICALL Java_com_drbeef_questzdoom_GLES3JNILib_onSurfaceDestroyed
|
|||
}
|
||||
|
||||
JNIEXPORT void JNICALL Java_com_drbeef_questzdoom_GLES3JNILib_prepareEnvironment(JNIEnv * env, jobject obj, jstring path) {
|
||||
ALOGV(" GLES3JNILib::prepareEnvironment()");
|
||||
PrepareEnvironment((*env)->GetStringUTFChars(env, path, NULL));
|
||||
}
|
Loading…
Reference in a new issue