Fix copy/paste bug that checks same stencil field twice in isDisabled().
git-svn-id: http://skia.googlecode.com/svn/trunk@1442 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
b8b0983c9e
commit
d7beab4252
@ -159,7 +159,7 @@ struct GrStencilSettings {
|
||||
return kKeep_StencilOp == fFrontPassOp &&
|
||||
kKeep_StencilOp == fBackPassOp &&
|
||||
kKeep_StencilOp == fFrontFailOp &&
|
||||
kKeep_StencilOp == fFrontFailOp &&
|
||||
kKeep_StencilOp == fBackFailOp &&
|
||||
kAlways_StencilFunc == fFrontFunc &&
|
||||
kAlways_StencilFunc == fBackFunc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user