mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-03 12:04:31 +01:00
print stack trace on error
This commit is contained in:
parent
dc11263ad5
commit
8e17e445d6
|
|
@ -253,6 +253,7 @@ public class NetTest {
|
|||
FMOD.create();
|
||||
} catch (FMODException fmode) {
|
||||
error(fmode.getMessage());
|
||||
fmode.printStackTrace();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue