mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-06 08:49:56 +01:00
removed \n
This commit is contained in:
parent
6f44f03381
commit
8bcedbffe0
|
|
@ -119,7 +119,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_input_Controller_nCreate(JNIEnv *env, jcla
|
|||
|
||||
// assert that window has been created
|
||||
if(hwnd == NULL) {
|
||||
throwException(env, "Please create the window before initializing input devices\n");
|
||||
throwException(env, "Please create the window before initializing input devices");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ JNIEXPORT void JNICALL Java_org_lwjgl_input_Mouse_nCreate(JNIEnv *env, jclass cl
|
|||
|
||||
// assert that Direct Input has been created
|
||||
if(lpdi == NULL) {
|
||||
throwException(env, "Please create the window before initializing input devices\n");
|
||||
throwException(env, "Please create the window before initializing input devices");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue