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:
@ -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 )
|
||||||
|
Reference in New Issue
Block a user