mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 18:21:06 +00:00
- added two new flags for later use.
This commit is contained in:
parent
f43dc9d925
commit
dbb7965550
7 changed files with 8 additions and 4 deletions
|
@ -457,7 +457,7 @@ void Display()
|
|||
DrawOverlays();
|
||||
if (drawtile >= 0)
|
||||
{
|
||||
DrawTexture(twod, tileGetTexture(drawtile), false, 0, 0, DTA_FullscreenScale, FSMode_Fit320x200, DTA_TopLeft, true, TAG_DONE);
|
||||
DrawTexture(twod, tileGetTexture(drawtile), false, 0, 0, DTA_FullscreenScale, FSMode_Fit320x200, DTA_TopLeft, true, DTA_ScaleX, 2., DTA_ScaleY, 2., TAG_DONE);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue