mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-19 00:43:54 +08:00
dont init sound
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user