diff options
Diffstat (limited to 'make/config/joal-al-CustomJavaCode.java')
-rw-r--r-- | make/config/joal-al-CustomJavaCode.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/make/config/joal-al-CustomJavaCode.java b/make/config/joal-al-CustomJavaCode.java index 551e51a..312a23d 100644 --- a/make/config/joal-al-CustomJavaCode.java +++ b/make/config/joal-al-CustomJavaCode.java @@ -20,9 +20,10 @@ static { throw new RuntimeException("Couln't load native AL/JNI glue library"); } alProcAddressTable.reset(bundle); + /** Not required nor forced if( !initializeImpl() ) { throw new RuntimeException("Initialization failure"); - } + } */ return bundle; } } ); } |