We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bd772f commit 40bf7abCopy full SHA for 40bf7ab
pypboy/ui.py
@@ -50,7 +50,7 @@ def update(self, *args, **kwargs):
50
super(Footer, self).update(*args, **kwargs)
51
52
def select(self, module):
53
- self.dirty = 1
+ #self.dirty = 1
54
self.selected = module
55
self.image.fill((0, 0, 0))
56
pygame.draw.line(self.image, (95, 255, 177), (5, 2), (5, 20), 2)
0 commit comments