dont init sound

old-commit-hash: 0a01d88139dd35cd4d979dbac78e2f0ff69a7664
This commit is contained in:
Harald Schafer
2020-07-31 13:11:59 -07:00
parent 11d808c89d
commit c199717a71
+1 -1
View File
@@ -6,7 +6,7 @@ class Window():
def __init__(self, w, h, caption="window", double=False):
self.w = w
self.h = h
pygame.init()
pygame.display.init()
pygame.display.set_caption(caption)
self.double = double
if self.double: