aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorendolf <[email protected]>2007-11-13 20:37:47 +0000
committerendolf <[email protected]>2007-11-13 20:37:47 +0000
commit4fc3b45b8cc5c73b3a9fcefce1d6dd59d970a3af (patch)
treeb668fe4f1d0750381db39a97486a44642f4b07b7
parent4232b3b2ab4c2dcc0efd78a170c12d3a0d17600c (diff)
When running the webstart rumble test, it doesn't seem to want to quit, it should now.
git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@210 e343933a-64c8-49c5-92b1-88f2ce3e89e8
-rw-r--r--coreAPI/src/java/net/java/games/input/test/RumbleTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/coreAPI/src/java/net/java/games/input/test/RumbleTest.java b/coreAPI/src/java/net/java/games/input/test/RumbleTest.java
index ef61ebd..45e1792 100644
--- a/coreAPI/src/java/net/java/games/input/test/RumbleTest.java
+++ b/coreAPI/src/java/net/java/games/input/test/RumbleTest.java
@@ -59,6 +59,7 @@ public class RumbleTest {
}
}
}
+ System.exit(0);
}
/**