dont init sound

pull/1958/head
Harald Schafer 5 years ago
parent 1d7f4bc3b1
commit 0a01d88139
  1. 2
      common/window.py

@ -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:

Loading…
Cancel
Save