mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 23:44:06 +00:00
Added private constructors to OpenAL and OpenGL static classes
This commit is contained in:
parent
c46ad444ea
commit
5966d7b6b6
108 changed files with 336 additions and 105 deletions
|
|
@ -80,6 +80,9 @@ public abstract class AL {
|
|||
Sys.initialize();
|
||||
}
|
||||
|
||||
private AL() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Native method to create AL instance
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue