Browse Source

DIE DEVIL HACKS!!!

Adam Johnson 11 years ago
parent
commit
f2ba770578
  1. 2
      Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.cpp

2
Sources/Plasma/PubUtilLib/plPipeline/DX/plDXPipeline.cpp

@ -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 )

Loading…
Cancel
Save