Skip to content

Commit

Permalink
BF: Do not make the default mode slower.
Browse files Browse the repository at this point in the history
  • Loading branch information
Debilski committed Sep 2, 2015
1 parent f053738 commit 676abba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pelita/ui/tk_canvas.py
Expand Up @@ -481,8 +481,8 @@ def draw_food(self, universe):
food_item.draw(self.canvas)

def draw_maze(self, universe):
#if not self.size_changed:
# return
if not self.size_changed and not self._rainbow:
return
self.canvas.delete("wall")
self.t = getattr(self, "t", 0) + 1
if self._rainbow:
Expand Down

0 comments on commit 676abba

Please sign in to comment.