From 77e365d49ffc6caa5364b405a263e4a43938def1 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 17 May 2013 17:28:37 -0400 Subject: [PATCH] gfx: fix a typo --- extras/gfx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/gfx.py b/extras/gfx.py index 53f954b21..8898f77cf 100644 --- a/extras/gfx.py +++ b/extras/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]