mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
silence colormap.py
This commit is contained in:
parent
6921e51792
commit
03a64694db
1 changed files with 0 additions and 4 deletions
|
@ -115,10 +115,6 @@ for i in range(32):
|
||||||
colormap = generate_darkened_colormap(colors, darken_factor)
|
colormap = generate_darkened_colormap(colors, darken_factor)
|
||||||
output_colormap(colormap)
|
output_colormap(colormap)
|
||||||
|
|
||||||
sys.stderr.write(".")
|
|
||||||
|
|
||||||
sys.stderr.write("\n")
|
|
||||||
|
|
||||||
# Print inverse color map
|
# Print inverse color map
|
||||||
|
|
||||||
inverse_colormap = generate_colormap(colors, inverse_color)
|
inverse_colormap = generate_colormap(colors, inverse_color)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue