From 250a6033c84dfb3c1cf38291e001a28f1ebe1fbc Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Mon, 1 Jun 2020 01:41:24 +0100 Subject: [PATCH] Fix an error in the palette generator --- scripts/palette-from-pcx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/palette-from-pcx b/scripts/palette-from-pcx index 4c02149..4d06037 100755 --- a/scripts/palette-from-pcx +++ b/scripts/palette-from-pcx @@ -27,7 +27,7 @@ var ( EOF -bytes.read(3) # Ignore idx 0 so we can make it transparent +f.read(3) # Ignore idx 0 so we can make it transparent 255.times do r, g, b = f.read(3).bytes