Commit 4a9709b624f836dc98da7c36128eba7a39016773
1 parent
a7455936
Fixed benchmark example comment about flag names.
Change-Id: Id633e6b967f901734d12643f6693ba20759988fc
Showing
1 changed file
with
1 additions
and
1 deletions
examples/benchmark/benchmark.cpp
| ... | ... | @@ -249,7 +249,7 @@ Actor CreateMeshActor( unsigned int index) |
| 249 | 249 | // -p NumberOfPages (Modifies the nimber of pages ) |
| 250 | 250 | // --use-imageview ( Use ImageView instead of ImageActor ) |
| 251 | 251 | // --use-mesh ( Use new renderer API (as ImageView) but shares renderers between actors when possible ) |
| 252 | -// --use-nine-patch ( Use nine patch images ) | |
| 252 | +// --nine-patch ( Use nine patch images ) | |
| 253 | 253 | |
| 254 | 254 | // |
| 255 | 255 | class Benchmark : public ConnectionTracker | ... | ... |