mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-04 20:44:36 +01:00
fix pointer
This commit is contained in:
parent
11180c3712
commit
f41e0542cd
|
|
@ -1870,7 +1870,7 @@ void attachStreamThread() {
|
|||
jfieldID highPriority;
|
||||
jint highPriorityValue;
|
||||
jmethodID priority;
|
||||
JavaVM jvm = getJVM();
|
||||
JavaVM* jvm = getJVM();
|
||||
(*jvm)->AttachCurrentThreadAsDaemon(jvm, (void*)&stream_jnienv, NULL);
|
||||
|
||||
// set to high priority
|
||||
|
|
|
|||
Loading…
Reference in a new issue