- fixed: fullscreen images with texture scaling used the unscaled size for

positioning. To avoid future problems with them I added a new DTA_Fullscreen
  option for DrawTexture.


SVN r1983 (trunk)
This commit is contained in:
Christoph Oelckers 2009-11-15 14:33:35 +00:00
commit 3a198a29dc
6 changed files with 34 additions and 29 deletions

View file

@ -953,8 +953,7 @@ void D_PageDrawer (void)
if (Page != NULL)
{
screen->DrawTexture (Page, 0, 0,
DTA_VirtualWidth, Page->GetWidth(),
DTA_VirtualHeight, Page->GetHeight(),
DTA_Fullscreen, true,
DTA_Masked, false,
DTA_BilinearFilter, true,
TAG_DONE);