summaryrefslogtreecommitdiff
path: root/gfx.py
diff options
context:
space:
mode:
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]