Bug fix of LLPipeline::setRenderDebugFeatureControl
This commit has no effect on how the viewer behaves currently.
This commit is contained in:
@@ -5951,7 +5951,7 @@ void LLPipeline::setRenderDebugFeatureControl(U32 bit, bool value)
|
||||
}
|
||||
else
|
||||
{
|
||||
gPipeline.mRenderDebugFeatureMask &= !bit;
|
||||
gPipeline.mRenderDebugFeatureMask &= ~bit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user