mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-31 12:54:24 +01:00
fix: fixed overflow error
This commit is contained in:
parent
43719603d1
commit
1e627059f2
|
|
@ -2238,7 +2238,7 @@ public class ALTest extends BasicTest {
|
|||
break;
|
||||
|
||||
case '6':
|
||||
Room.put(-10000);
|
||||
Room.put(0, -10000);
|
||||
eax.eaxSet(EAX.LISTENER_GUID, EAXListenerProperties.ROOM | EAXListenerProperties.DEFERRED, 0,
|
||||
Sys.getDirectBufferAddress(Room), 4);
|
||||
if ((error = al.getError()) != AL.NO_ERROR)
|
||||
|
|
|
|||
Loading…
Reference in a new issue