Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2010-01-06 17:54:22 +13:00
commit e51f315305
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 ;