mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-08 01:39:57 +01:00
Minor win32 fix
This commit is contained in:
parent
d58c8b767b
commit
97bc650a22
|
|
@ -386,6 +386,8 @@ void handleMessages(JNIEnv * env, jobject obj)
|
|||
TranslateMessage(&msg);
|
||||
DispatchMessage(&msg);
|
||||
};
|
||||
environment = NULL;
|
||||
window = NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue