bugfix: athmo should not blit at all, when showlist is false
This commit is contained in:
3
main.py
3
main.py
@ -47,7 +47,7 @@ class GuiMain:
|
||||
for i in range(len(self.fx_mode_labels)):
|
||||
self.knobs.append(Knobs(self))
|
||||
|
||||
#self.set_fx_mode(self.fx_mode)
|
||||
self.set_fx_mode(self.fx_mode)
|
||||
|
||||
self.mute_button = BinaryButton(
|
||||
self.screen,
|
||||
@ -67,6 +67,7 @@ class GuiMain:
|
||||
)
|
||||
|
||||
self.athmos = Athmos(self.screen)
|
||||
self.athmos.show_list = False
|
||||
|
||||
self.clock = pygame.time.Clock()
|
||||
self.running = True
|
||||
|
||||
Reference in New Issue
Block a user