| Index: samplecode/SampleAnimatedText.cpp
|
| diff --git a/samplecode/SampleAnimatedText.cpp b/samplecode/SampleAnimatedText.cpp
|
| index 415cc9f5de80f39a21b18f578ceb18dd3bd92edd..c7c9aa4043e9c048d4b02c8c779ef2181520b9c6 100755
|
| --- a/samplecode/SampleAnimatedText.cpp
|
| +++ b/samplecode/SampleAnimatedText.cpp
|
| @@ -127,7 +127,7 @@ protected:
|
| canvas->restore();
|
|
|
| paint.setTextSize(16);
|
| - canvas->drawText(outString.c_str(), outString.size(), 512.f, 540.f, paint);
|
| +// canvas->drawText(outString.c_str(), outString.size(), 512.f, 540.f, paint);
|
| canvas->drawText(modeString.c_str(), modeString.size(), 768.f, 540.f, paint);
|
| }
|
|
|
|
|