mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
make initialize package protected
This commit is contained in:
parent
d9b441cd9d
commit
f966659995
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ public class FMOD {
|
|||
/**
|
||||
* Initializes the FMOD binding
|
||||
*/
|
||||
public static void initialize() {
|
||||
static void initialize() {
|
||||
if (initialized) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue