]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tetris/gl/gl.factor
core: Add the shuffler words but without primitives.
[factor.git] / extra / tetris / gl / gl.factor
index d5aed2fca235c89f0e3aed6a1b3576b6bfa3d29a..4d99f0bd41e14b2362a29b9272e717cc0c274ac1 100644 (file)
@@ -22,7 +22,7 @@ IN: tetris.gl
 
 ! TODO: move implementation specific stuff into tetris-board
 : (draw-row) ( x y row -- )
-    [ over ] dip nth dup
+    overd nth dup
     [ gl-color 2array draw-block ] [ 3drop ] if ;
 
 : draw-row ( y row -- )