Fix an error in the palette generator

This commit is contained in:
2020-06-01 01:41:24 +01:00
parent f64af717b7
commit 250a6033c8

View File

@@ -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