- added 21:9 handling to GL code.
This commit is contained in:
parent
7ceb6d86dd
commit
af1b70376b
2 changed files with 4 additions and 4 deletions
|
|
@ -80,8 +80,8 @@ void FGLRenderer::DrawPSprite (player_t * player,pspdef_t *psp,fixed_t sx, fixed
|
|||
float scale;
|
||||
float scalex;
|
||||
float ftexturemid;
|
||||
// 4:3 16:9 16:10 17:10 5:4
|
||||
static float xratio[] = {1.f, 3.f/4, 5.f/6, 40.f/51, 1.f};
|
||||
// 4:3 16:9 16:10 17:10 5:4 17:10 21:9
|
||||
static float xratio[] = {1.f, 3.f/4, 5.f/6, 40.f/51, 1.f, 40.f/51, 4.f/7};
|
||||
|
||||
// [BB] In the HUD model step we just render the model and break out.
|
||||
if ( hudModelStep )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue