mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-20 06:34:14 +01:00
*** empty log message ***
This commit is contained in:
parent
6e86fa857a
commit
09cdf84141
|
|
@ -542,7 +542,9 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Window_restore
|
|||
*/
|
||||
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_Window_nIsDirty
|
||||
(JNIEnv *env, jclass clazz) {
|
||||
return dirty;
|
||||
bool result = dirty;
|
||||
dirty = false;
|
||||
return result;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue