mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
rem: removed debug
fix: cleanup
This commit is contained in:
parent
b7bfb49c7c
commit
71b1090163
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,6 @@ public class ALC {
|
|||
|
||||
static {
|
||||
try {
|
||||
System.out.println("using " + org.lwjgl.Sys.getLibraryName());
|
||||
System.loadLibrary(org.lwjgl.Sys.getLibraryName());
|
||||
} catch (UnsatisfiedLinkError ule) {
|
||||
System.out.println("Failed to load OpenAL library: " + org.lwjgl.Sys.getLibraryName());
|
||||
|
|
@ -105,6 +104,7 @@ public class ALC {
|
|||
/** Creates a new instance of ALC */
|
||||
public ALC() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns strings related to the context.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue