Added cleanup stuff for rumblers, it doesn't fix the code, but is nice

This commit is contained in:
endolf 2005-07-16 15:09:04 +00:00
parent d4c72ba15c
commit 04e3538e83
11 changed files with 85 additions and 42 deletions

View file

@ -37,7 +37,7 @@ public class RumbleTest {
Thread.sleep(1000);
} catch (InterruptedException e) {
}
System.out.println("Fading rumble to -1");
/*System.out.println("Fading rumble to -1");
for(float k=1.0f;k>-1.0f;) {
long startTime = System.currentTimeMillis();
rumblers[j].rumble(k);
@ -50,7 +50,7 @@ public class RumbleTest {
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
}
}*/
System.out.println("Rumbling with intensity: " + 0.0f);
rumblers[j].rumble(0f);
try {