mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-24 11:22:39 +01:00
- fix FEPrintString bug
This commit is contained in:
parent
3dda36a8a1
commit
0cd7771884
@ -2083,12 +2083,12 @@ int FEPrintString(char *string, int x, int y, int justification, int r, int g, i
|
||||
*/
|
||||
|
||||
// [A] - don't use odd poly_ft prims
|
||||
DR_TPAGE* tp = (DR_TPAGE*)pDVar4->primptr;
|
||||
DR_TPAGE* tp = (DR_TPAGE*)current->primptr;
|
||||
|
||||
setDrawTPage(tp, 0, 0, 0x1a);
|
||||
addPrim(pDVar4->ot+1, tp);
|
||||
addPrim(current->ot + 1, tp);
|
||||
|
||||
pDVar4->primptr += sizeof(DR_TPAGE);
|
||||
current->primptr += sizeof(DR_TPAGE);
|
||||
}
|
||||
return iVar5;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user