mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-12 22:02:12 +00:00
Use leftoffset and topoffset, not loffs and toffs
This commit is contained in:
parent
aaa9cff6ac
commit
ebf50aad44
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue