Fixed native win32 cursor bug

This commit is contained in:
Elias Naur 2003-07-24 09:09:24 +00:00
parent df95a09ba8
commit 2579413a64
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetMinCursorSize
JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nDestroy(JNIEnv *env, jclass clazz) {
mEnvironment = env;
clsMouse = clazz;
ShowCursor(FALSE);
ShowCursor(TRUE);
ShutdownMouse();
}