mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 04:51:41 +00:00
- fixed: DTA_ColorOverlay was not properly handled by F2DDrawer.
This commit is contained in:
parent
52d4c3970e
commit
960ed5130c
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ void F2DDrawer::AddTexture(FTexture *img, DrawParms &parms)
|
|||
ptr->Set(x, y + h, 0, u1, v2, color); ptr++;
|
||||
ptr->Set(x + w, y, 0, u2, v1, color); ptr++;
|
||||
ptr->Set(x + w, y + h, 0, u2, v2, color); ptr++;
|
||||
dg.mVertCount = 8;
|
||||
}
|
||||
AddData(&dg);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue