From 3a90df83a6e611145619e1c971c8ef86551faef2 Mon Sep 17 00:00:00 2001
From: Joe Groff <arcata@gmail.com>
Date: Tue, 5 Jan 2010 10:23:11 -0800
Subject: [PATCH] fix joystick-demo for timer changes

---
 extra/joystick-demo/joystick-demo.factor | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extra/joystick-demo/joystick-demo.factor b/extra/joystick-demo/joystick-demo.factor
index 6ea1dc5633..05440c8ae4 100644
--- a/extra/joystick-demo/joystick-demo.factor
+++ b/extra/joystick-demo/joystick-demo.factor
@@ -138,7 +138,7 @@ M: joystick-demo-gadget ungraft*
 : joystick-demo ( -- )
     [
         open-game-input
-        0.1 seconds sleep ! It might take a moment to find devices...
+        100 milliseconds sleep ! It might take a moment to find devices...
         get-controllers [ joystick-window ] each
     ] with-ui ;