Disable printing of debug information
This commit is contained in:
parent
69a1c68fb6
commit
1eb18e7aeb
@ -99,7 +99,7 @@ func (game *Game) gameDirector() {
|
|||||||
|
|
||||||
// Draw stuff last
|
// Draw stuff last
|
||||||
game.drawScore()
|
game.drawScore()
|
||||||
game.drawDebug()
|
//game.drawDebug()
|
||||||
|
|
||||||
// Draw the screen
|
// Draw the screen
|
||||||
game.screen.Show()
|
game.screen.Show()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user