fix: fixed overflow error

This commit is contained in:
Brian Matzon 2002-09-12 01:31:20 +00:00
parent 43719603d1
commit 1e627059f2

View file

@ -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)