Moved openal native stub loading to java

This commit is contained in:
Elias Naur 2004-07-04 09:13:19 +00:00
parent 8585d8b2a5
commit b7e4214a1a
13 changed files with 30 additions and 89 deletions

View file

@ -170,6 +170,7 @@ public abstract class AL {
oalPaths[oalPaths.length - 1] = "";
nCreate(oalPaths);
AL10.initNativeStubs();
ALC.create();
device = ALC.alcOpenDevice(deviceArguments);