diff --git a/examples/tetris/tetris.v b/examples/tetris/tetris.v index aa2b1d2d50..6eb728a328 100644 --- a/examples/tetris/tetris.v +++ b/examples/tetris/tetris.v @@ -10,8 +10,6 @@ import gg import glfw import math -asdf - const ( BlockSize = 20 // pixels FieldHeight = 20 // # of blocks