Browse Source

a little less debug output

master
Fr3deric 7 years ago committed by Frederic
parent
commit
7cff026d69
  1. 2
      pong.py

2
pong.py

@ -262,7 +262,7 @@ class Playground(object): @@ -262,7 +262,7 @@ class Playground(object):
break
for callback in self.__gameTickCallbacks:
print(callback)
#print(callback)
callback()
if ball.xpos >= self.width:

Loading…
Cancel
Save