Fixed win32 building

This commit is contained in:
Elias Naur 2004-03-10 08:42:40 +00:00
parent f5bf5b590b
commit 062057d3d9
7 changed files with 36 additions and 19 deletions

View file

@ -56,7 +56,7 @@ public abstract class BasicTest {
try {
AL.create();
} catch (Exception e) {
System.out.println("Unable to create OpenAL.\nPlease make sure that OpenAL is available on this system.");
System.out.println("Unable to create OpenAL.\nPlease make sure that OpenAL is available on this system. Exception: " + e);
return;
}
}