mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Ported OpenGL to Buffers
This commit is contained in:
parent
2305247ac1
commit
315375dee5
116 changed files with 9348 additions and 9020 deletions
|
|
@ -133,7 +133,7 @@ public class Mouse {
|
|||
if (currentCursor != null) {
|
||||
nSetNativeCursor(currentCursor.getHandle());
|
||||
} else {
|
||||
nSetNativeCursor(Sys.NULL);
|
||||
nSetNativeCursor(0);
|
||||
}
|
||||
return oldCursor;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue