Disable printing of debug information

This commit is contained in:
Sacha Ligthert 2024-08-14 17:17:11 +02:00
parent 69a1c68fb6
commit 1eb18e7aeb

View File

@ -99,7 +99,7 @@ func (game *Game) gameDirector() {
// Draw stuff last
game.drawScore()
game.drawDebug()
//game.drawDebug()
// Draw the screen
game.screen.Show()