mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-14 16:41:07 +00:00
Removed the auto PSPF_FLIP implimentation.
This commit is contained in:
parent
a111c59286
commit
a25a536c9f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void GLSceneDrawer::DrawPSprite (player_t * player,DPSprite *psp, float sx, floa
|
||||||
y2 = y1 + (r.height * scale) + 1;
|
y2 = y1 + (r.height * scale) + 1;
|
||||||
|
|
||||||
|
|
||||||
if (!(mirror) != !(psp->Flags & (PSPF_FLIP|PSPF_MIRROR)))
|
if (!(mirror) != !(psp->Flags & (PSPF_FLIP)))
|
||||||
{
|
{
|
||||||
fU2 = tex->GetSpriteUL();
|
fU2 = tex->GetSpriteUL();
|
||||||
fV1 = tex->GetSpriteVT();
|
fV1 = tex->GetSpriteVT();
|
||||||
|
|
Loading…
Reference in a new issue