diff options
-rw-r--r-- | include/gpu/GrSamplerState.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrSamplerState.h b/include/gpu/GrSamplerState.h index 618b0b165c..952169c6d7 100644 --- a/include/gpu/GrSamplerState.h +++ b/include/gpu/GrSamplerState.h @@ -155,7 +155,7 @@ public: fRadial2PosRoot = s.fRadial2PosRoot; fKernelWidth = s.fKernelWidth; - if (kConvolution_Filter == kFilter) { + if (kConvolution_Filter == fFilter) { memcpy(fKernel, s.fKernel, MAX_KERNEL_WIDTH * sizeof(float)); } |