summaryrefslogtreecommitdiff
path: root/gfx.py
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-17 17:28:37 -0400
committeryenatch <yenatch@gmail.com>2013-05-18 04:46:52 -0400
commite4cf93bff1cde766b1298235969725c1c9628b7f (patch)
tree37c8dc0839062cbdd3570758d8524c42b5fc6410 /gfx.py
parentb4d2e0eb00602c0e100229f74849b38dc2381921 (diff)
gfx: fix a typo
original-commit-id: 77e365d49ffc6caa5364b405a263e4a43938def1
Diffstat (limited to 'gfx.py')
-rw-r--r--gfx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx.py b/gfx.py
index 53f954b..8898f77 100644
--- a/gfx.py
+++ b/gfx.py
@@ -1554,7 +1554,7 @@ if __name__ == "__main__":
to_2bpp(name+'.png', name+'.2bpp')
pic = open(name+'.2bpp', 'rb').read()
- to_file(name+'.lz', Compressed(pic + anim, 'vert').output)
+ to_file(name+'.lz', Compressed(pic, 'vert').output)
# python gfx.py png-to-lz [png]