]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/gl/gl.factor
Fix comments to be ! not #!.
[factor.git] / extra / tetris / gl / gl.factor
index 788febace781393eb4043474f9a400d3483cca9a..850fd653d48fe1dc7ca964f6b0b48e69744f684b 100644 (file)
@@ -36,7 +36,7 @@ IN: tetris.gl
     [ width>> ] [ height>> ] bi swapd [ / ] dup 2bi* 1 glScalef ;
 
 : draw-tetris ( width height tetris -- )
-    #! width and height are in pixels
+    ! width and height are in pixels
     [
         {
             [ board>> scale-board ]