mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-04-24 01:31:41 +00:00
Forgot a symbol
This commit is contained in:
parent
e1df113fda
commit
1aa3799745
1 changed files with 2 additions and 2 deletions
|
@ -783,9 +783,9 @@ void Draw_AlphaStretchPic (int x, int y, int width, int height, float alpha, qpi
|
|||
glTexCoord2f (gl->sh, gl->tl);
|
||||
glVertex2f (x+width, y);
|
||||
glTexCoord2f (gl->sh, gl->th);
|
||||
glVertex2f (x+width, yheight);
|
||||
glVertex2f (x+width, y+height);
|
||||
glTexCoord2f (gl->sl, gl->th);
|
||||
glVertex2f (x, yheight);
|
||||
glVertex2f (x, y+height);
|
||||
glEnd ();
|
||||
|
||||
if (alpha <= 1.0)
|
||||
|
|
Loading…
Reference in a new issue