From be7b59d328df098b5e9d9baa4da3f9f565a97bc0 Mon Sep 17 00:00:00 2001 From: endolf Date: Sat, 27 Aug 2005 09:21:48 +0000 Subject: [PATCH] Re added the fade test --- coreAPI/src/java/net/java/games/input/test/RumbleTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 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 b653198..ef61ebd 100644 --- a/coreAPI/src/java/net/java/games/input/test/RumbleTest.java +++ b/coreAPI/src/java/net/java/games/input/test/RumbleTest.java @@ -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 {