]> gitweb.factorcode.org Git - factor.git/commitdiff
rosetta-code.image-noise, bring back fps after c7ca226 1641/head
authorJon Harper <jon.harper87@gmail.com>
Sat, 4 Jun 2016 13:43:32 +0000 (15:43 +0200)
committerJon Harper <jon.harper87@gmail.com>
Sat, 4 Jun 2016 13:43:32 +0000 (15:43 +0200)
extra/rosetta-code/image-noise/image-noise.factor

index cb4fcdf95279f61b06e18ac9f76c3e3e5aebfb95..590b5aa96193d4acbd73e10c168fb35f3b6e98be 100644 (file)
@@ -69,4 +69,4 @@ M: bw-noise-gadget ungraft* [ stop-animation ] [ call-next-method ] bi ;
 
 MAIN-WINDOW: open-noise-window
     { { title "Black and White noise" } }
-    <bw-noise-gadget> >>gadgets ;
+    <bw-noise-gadget> with-fps >>gadgets ;