aboutsummaryrefslogtreecommitdiff
path: root/src/map.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.py')
-rw-r--r--src/map.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.py b/src/map.py
index c37a438..ce83952 100644
--- a/src/map.py
+++ b/src/map.py
@@ -118,4 +118,4 @@ class Map():
for j in range(cols):
pos = (j * self.line_horizontal, i * self.line_vertical)
self.draw_wall(screen, self.maze[i][j], pos)
- # pygame.draw.rect(screen, 'red', (pos[0], pos[1], 32, 32), 2)
+