1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-19 03:39:08 +00:00

DIE DEVIL HACKS!!!

This commit is contained in:
2013-12-06 22:05:04 -05:00
parent 2cecbc9f2f
commit f2ba770578

View File

@ -5186,14 +5186,12 @@ void plDXPipeline::ISetRenderTarget( plRenderTarget *target )
/// Set to main screen /// Set to main screen
main = fD3DMainSurface; main = fD3DMainSurface;
depth = fD3DDepthSurface; depth = fD3DDepthSurface;
ISetAnisotropy(true);
} }
else else
{ {
/// Set to this target /// Set to this target
main = ref->GetColorSurface(); main = ref->GetColorSurface();
depth = ref->fD3DDepthSurface; depth = ref->fD3DDepthSurface;
ISetAnisotropy(false);
} }
if( main != fSettings.fCurrD3DMainSurface || depth != fSettings.fCurrD3DDepthSurface ) if( main != fSettings.fCurrD3DMainSurface || depth != fSettings.fCurrD3DDepthSurface )