mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
remove debug
This commit is contained in:
parent
bd00f39ff9
commit
f7d2966370
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ public final class ALC11 {
|
|||
public static ALCdevice alcCaptureOpenDevice(String devicename, int frequency, int format, int buffersize) {
|
||||
long device = nalcCaptureOpenDevice(devicename, frequency, format, buffersize);
|
||||
if(device > 0) {
|
||||
System.out.println("new device: " + device + "/" + devicename);
|
||||
return new ALCdevice(device);
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue