This commit is contained in:
parent
78aa82d3c0
commit
0e2c81976b
2 changed files with 4 additions and 4 deletions
|
@ -112,8 +112,8 @@ sOT *ThisOT;
|
|||
VECTOR BlkPos;
|
||||
|
||||
// Setup Trans Matrix
|
||||
BlkPos.vx=RENDER_X_OFS-(ShiftX);
|
||||
BlkPos.vy=RENDER_Y_OFS-(ShiftY);
|
||||
BlkPos.vx=RENDER_X_OFS-(ShiftX)+RenderOfs.vx;
|
||||
BlkPos.vy=RENDER_Y_OFS-(ShiftY)+RenderOfs.vy;
|
||||
|
||||
for (int Y=0; Y<RenderH; Y++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue