mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-24 16:46:42 +01:00
Fixed spelling
This commit is contained in:
parent
4980aeb426
commit
a16b6d1d38
|
|
@ -98,7 +98,7 @@ public class HWCursorTest {
|
|||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
if ((Mouse.getNativeCursorCaps() & Mouse.CURSOR_ONE_BIT_TRANSPARANCY) == 0) {
|
||||
if ((Mouse.getNativeCursorCaps() & Mouse.CURSOR_ONE_BIT_TRANSPARENCY) == 0) {
|
||||
System.out.println("No HW cursor support!");
|
||||
System.exit(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue