changeset 1831:d7791af42deb

m
author Ritor1
date Mon, 07 Oct 2013 21:56:47 +0600
parents 3a41be960164
children f3b106aff057
files Render.cpp
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Render.cpp	Sun Oct 06 22:48:14 2013 +0600
+++ b/Render.cpp	Mon Oct 07 21:56:47 2013 +0600
@@ -6431,7 +6431,7 @@
 
         if ( LockSurface_DDraw4(pNextSurf, &desc, DDLOCK_WAIT | DDLOCK_WRITEONLY) )
         {
-          /*Dst.sub_451007_scale_image_bicubic(
+          Dst.sub_451007_scale_image_bicubic(
             pHWLTexture->pPixels,
             pHWLTexture->uWidth,
             pHWLTexture->uHeight,
@@ -6441,7 +6441,7 @@
             desc.dwHeight,
             desc.lPitch >> 1,
             0,
-            0);*/
+            0);
           ErrD3D(pNextSurf->Unlock(0));
           //bMipMaps = 0x4D86ACu;
         }