diff --git a/pong.go b/pong.go index 940d470..69c0851 100644 --- a/pong.go +++ b/pong.go @@ -6,9 +6,9 @@ import ( ) var ( - winWidth = 800 + winWidth = 800 winHeight = 600 - state = start + state = start ) func main() { @@ -80,5 +80,3 @@ func main() { gameLoop(pixels, player1, player2, ball, renderer, tex, keyState) } - -