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 ;