mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
*** empty log message ***
This commit is contained in:
parent
78fc29c3cb
commit
b5d783f685
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ public class Cursor {
|
|||
|
||||
String osName = System.getProperty("os.name", "");
|
||||
CursorElement[] cursors;
|
||||
if (osName.startsWith("Win")) {
|
||||
if (osName.startsWith("Win") || osName.startsWith("Mac")) {
|
||||
// create our cursor elements
|
||||
cursors = new CursorElement[numImages];
|
||||
for(int i=0; i<numImages; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue