Fix some comments

This commit is contained in:
Henrik Rydgård
2020-11-08 14:57:35 +01:00
parent 793e89d2e3
commit 3e06eaccfb
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ void DrawEngineD3D11::ApplyDrawState(int prim) {
ConvertBlendState(blendState, gstate_c.allowFramebufferRead);
if (blendState.applyFramebufferRead) {
if (ApplyFramebufferRead(&fboTexNeedsBind_)) {
// We take over the responsiblity for blending, so recompute.
// The shader takes over the responsibility for blending, so recompute.
ApplyStencilReplaceAndLogicOpIgnoreBlend(blendState.replaceAlphaWithStencil, blendState);
} else {
// Until next time, force it off.