fix joystick-demo for timer changes

db4
Joe Groff 2010-01-05 10:23:11 -08:00
parent 18929373b9
commit 3a90df83a6
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;