Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Sep 11, 2012
1 parent 1a4dea0 commit 754e1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tetris/game.go
Expand Up @@ -273,7 +273,7 @@ func (game *Game) QuickDrop() {
// Move down as far as possible
for game.board.moveIfPossible(Vector{0, 1}) {
}
game.Draw(false)
game.DrawDynamic(false)
game.anchor()
}

Expand Down

0 comments on commit 754e1df

Please sign in to comment.