*** empty log message ***

This commit is contained in:
Caspian Rychlik-Prince 2004-04-04 13:38:18 +00:00
parent ffc4758d6d
commit bd0091b8d9
1 changed files with 1 additions and 3 deletions

View File

@ -592,9 +592,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_opengl_Window_nDestroy
*/
JNIEXPORT jboolean JNICALL Java_org_lwjgl_opengl_Window_nIsDirty
(JNIEnv *env, jclass clazz) {
bool result = isDirty;
isDirty = false;
return result;
return isDirty ? JNI_TRUE : JNI_FALSE;
}
/*