# HG changeset patch # User Ritor1 # Date 1381161407 -21600 # Node ID d7791af42deb71a14317169b2e7b733228656d9c # Parent 3a41be960164448af2c6f173ee0701f3fdf6dc1f m diff -r 3a41be960164 -r d7791af42deb Render.cpp --- 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; }