aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/PerlinPatch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/PerlinPatch.cpp')
-rw-r--r--samplecode/PerlinPatch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/PerlinPatch.cpp b/samplecode/PerlinPatch.cpp
index acc1a4a719..d20a0fb838 100644
--- a/samplecode/PerlinPatch.cpp
+++ b/samplecode/PerlinPatch.cpp
@@ -147,7 +147,7 @@ protected:
{ fTexX + texWidth, fTexY + texHeight},
{ fTexX - texWidth, fTexY + texHeight}}
;
-
+
SkScalar scaleFreq = 2.0;
fShader1 = SkPerlinNoiseShader::MakeImprovedNoise(fXFreq/scaleFreq, fYFreq/scaleFreq, 4,
fSeed);