mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 07:22:10 +00:00
Use leftoffset and topoffset, not loffs and toffs
This commit is contained in:
parent
9ad15fd556
commit
f75aa6cd18
1 changed files with 1 additions and 1 deletions
|
|
@ -1188,7 +1188,7 @@ void *Picture_PNGConvert(
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now, convert it!
|
// 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);
|
Z_Free(flat);
|
||||||
return converted;
|
return converted;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue