Fix crash

master
Lars Mueller 2021-10-29 22:20:47 +02:00
parent 44896f1d51
commit 7e57c55caf
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ end
png.data[index] = a * 0x1000000 + r * 0x10000 + g * 0x100 + b
end
end
png.color_type = colortypes[6]
png.color_type = color_types[6]
png.bit_depth = 8
png.alpha_data = nil
end