diff options
author | Sven Gothel <[email protected]> | 2002-04-25 05:24:05 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2002-04-25 05:24:05 +0000 |
commit | 7723d3bad5a538819ae9652ab52edc69725da63d (patch) | |
tree | 7314917f5dab92ac75912ed52c2834fd40375719 | |
parent | 34685372a922f17e57be31d8e4dbd7a9ddc0197d (diff) |
doLoadNativeLibraries:
removed the System.exit() if it failes ..
returns false instead, as the signature promises ;-)
-rw-r--r-- | gl4java/GLContext.java.skel | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gl4java/GLContext.java.skel b/gl4java/GLContext.java.skel index 7e441ba..b1c183e 100644 --- a/gl4java/GLContext.java.skel +++ b/gl4java/GLContext.java.skel @@ -921,9 +921,6 @@ public class GLContext extends Object } - if(!libsLoaded) - System.exit(1); - return libsLoaded; } |