aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleAnimatedText.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleAnimatedText.cpp')
-rwxr-xr-xsamplecode/SampleAnimatedText.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleAnimatedText.cpp b/samplecode/SampleAnimatedText.cpp
index 8ca9d87526..89ea6923d7 100755
--- a/samplecode/SampleAnimatedText.cpp
+++ b/samplecode/SampleAnimatedText.cpp
@@ -133,7 +133,7 @@ protected:
}
bool onAnimate(const SkAnimTimer& timer) override {
- // We add noise to the scale and rotation animations to
+ // We add noise to the scale and rotation animations to
// keep the font atlas from falling into a steady state
fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f));
fScale += (fScaleInc + gRand.nextRangeF(-0.025f, 0.025f));