Commit 4a9709b624f836dc98da7c36128eba7a39016773

Authored by Chu Hoang
1 parent a7455936

Fixed benchmark example comment about flag names.

Change-Id: Id633e6b967f901734d12643f6693ba20759988fc
examples/benchmark/benchmark.cpp
@@ -249,7 +249,7 @@ Actor CreateMeshActor( unsigned int index) @@ -249,7 +249,7 @@ Actor CreateMeshActor( unsigned int index)
249 // -p NumberOfPages (Modifies the nimber of pages ) 249 // -p NumberOfPages (Modifies the nimber of pages )
250 // --use-imageview ( Use ImageView instead of ImageActor ) 250 // --use-imageview ( Use ImageView instead of ImageActor )
251 // --use-mesh ( Use new renderer API (as ImageView) but shares renderers between actors when possible ) 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 class Benchmark : public ConnectionTracker 255 class Benchmark : public ConnectionTracker