Skip to content
Snippets Groups Projects
Commit ebf50aad authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Use leftoffset and topoffset, not loffs and toffs

parent aaa9cff6
No related branches found
No related tags found
No related merge requests found
......@@ -1188,7 +1188,7 @@ void *Picture_PNGConvert(
}
// Now, convert it!
converted = Picture_PatchConvert(informat, flat, outformat, insize, outsize, (INT16)width, (INT16)height, loffs, toffs, flags);
converted = Picture_PatchConvert(informat, flat, outformat, insize, outsize, (INT16)width, (INT16)height, *leftoffset, *topoffset, flags);
Z_Free(flat);
return converted;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment