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 b6d41fb commit 0d5cff6Copy full SHA for 0d5cff6
durdraw/durdraw_movie.py
@@ -6,7 +6,7 @@ def init_list_colorMap(width, height):
6
""" Builds a color map consisting of a list of lists """
7
#return [[list([1,0]) * width] * height]
8
colorMap = []
9
- dummyColor = [1, 0]
+ dummyColor = [8, 0]
10
for h in range(0, height):
11
colorMap.append([])
12
for w in range(0, width):
0 commit comments