mirror of
https://github.com/appgurueu/modlib.git
synced 2025-02-16 16:22:30 +01:00
PNG: Fix call vs. assignment ambiguity
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user