Min cursor size 1, not 0

This commit is contained in:
Elias Naur 2003-05-17 08:06:39 +00:00
parent a360d24047
commit a1649bab3f
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nSetNativeCursor
JNIEXPORT jint JNICALL Java_org_lwjgl_input_Mouse_nGetMinCursorSize
(JNIEnv *env, jclass clazz)
{
return 0;
return 1;
}
/*