mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
rem: removed some debug
This commit is contained in:
parent
453658d995
commit
5446340278
1 changed files with 0 additions and 3 deletions
|
|
@ -1177,9 +1177,6 @@ public class ALTest extends BasicTest {
|
|||
for (i = -100; i < 100; i++) {
|
||||
al.listener3f(AL.POSITION, (float) -i, 0.0f, 0.0f);
|
||||
delay_ms(100);
|
||||
|
||||
al.getListenerfv(AL.POSITION, Sys.getDirectBufferAddress(tempFVect));
|
||||
System.out.print("Position: " + tempFVect.get(0) + ", " + tempFVect.get(1) + ", " + tempFVect.get(2) + "\n");
|
||||
}
|
||||
al.listener3f(AL.POSITION, 0.0f, 0.0f, 0.0f);
|
||||
al.sourceStop(testSources.get(0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue