Fix an error in the palette generator
This commit is contained in:
@@ -27,7 +27,7 @@ var (
|
|||||||
|
|
||||||
EOF
|
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
|
255.times do
|
||||||
r, g, b = f.read(3).bytes
|
r, g, b = f.read(3).bytes
|
||||||
|
Reference in New Issue
Block a user