mirror of
https://github.com/appgurueu/modlib.git
synced 2025-01-08 21:47:36 +01:00
Fix crash
This commit is contained in:
parent
44896f1d51
commit
7e57c55caf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user