Screen objects

This commit is contained in:
Ander
2015-04-08 15:02:43 +02:00
parent b6a47fb738
commit 3b7fd18469

View File

@@ -313,7 +313,6 @@ class ScrollBar(TouchObject):
self.bar = pygame.Surface((self.size[0], self.bar_size))
self.bar.fill((255, 255, 255))
def render(self, surface):
surface.blit(self.back_bar, self.pos)
surface.blit(self.bar,