mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 15:23:48 +01:00
PNG: Fix call vs. assignment ambiguity
This commit is contained in:
parent
264687e302
commit
2d056e72ae
@ -77,7 +77,7 @@ local adam7_passes = {
|
|||||||
y_min = { 0, 0, 4, 0, 2, 0, 1 },
|
y_min = { 0, 0, 4, 0, 2, 0, 1 },
|
||||||
x_step = { 8, 8, 4, 4, 2, 2, 1 },
|
x_step = { 8, 8, 4, 4, 2, 2, 1 },
|
||||||
y_step = { 8, 8, 8, 4, 4, 2, 2 },
|
y_step = { 8, 8, 8, 4, 4, 2, 2 },
|
||||||
}
|
};
|
||||||
|
|
||||||
(...).decode_png = function(stream)
|
(...).decode_png = function(stream)
|
||||||
local chunk_crc
|
local chunk_crc
|
||||||
|
Loading…
Reference in New Issue
Block a user