- backend changes from Raze, mainly to properly load keyboard presets.
This commit is contained in:
parent
e81641dd01
commit
3fc0d0d794
6 changed files with 16 additions and 19 deletions
|
|
@ -636,7 +636,7 @@ void F2DDrawer::AddPoly(FGameTexture *texture, FVector2 *points, int npoints,
|
|||
|
||||
void F2DDrawer::AddPoly(FGameTexture* img, FVector4* vt, size_t vtcount, unsigned int* ind, size_t idxcount, int translation, PalEntry color, FRenderStyle style, int clipx1, int clipy1, int clipx2, int clipy2)
|
||||
{
|
||||
RenderCommand dg = {};
|
||||
RenderCommand dg;
|
||||
int method = 0;
|
||||
|
||||
dg.mType = DrawTypeTriangles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue