Commit 429fff26703c4d62d8198f270e40c15afef2c9a2
1 parent
dbe9b795
Fixed launcher for textured-mesh example
Change-Id: I8c5d63694570cb30da7be41aea31dbc5a3be991c Signed-off-by: David Steele <david.steele@samsung.com>
Showing
1 changed file
with
1 additions
and
1 deletions
examples-reel/dali-examples-reel.cpp
| ... | ... | @@ -76,7 +76,7 @@ int DALI_EXPORT_API main(int argc, char **argv) |
| 76 | 76 | demo.AddExample(Example("text-label-multi-language.example", DALI_DEMO_STR_TITLE_TEXT_LABEL_MULTI_LANGUAGE)); |
| 77 | 77 | demo.AddExample(Example("text-label-emojis.example", DALI_DEMO_STR_TITLE_EMOJI_TEXT)); |
| 78 | 78 | demo.AddExample(Example("text-scrolling.example", DALI_DEMO_STR_TITLE_TEXT_SCROLLING)); |
| 79 | - demo.AddExample(Example("texturedss-mesh.example", DALI_DEMO_STR_TITLE_TEXTURED_MESH)); | |
| 79 | + demo.AddExample(Example("textured-mesh.example", DALI_DEMO_STR_TITLE_TEXTURED_MESH)); | |
| 80 | 80 | demo.AddExample(Example("tilt.example", DALI_DEMO_STR_TITLE_TILT_SENSOR)); |
| 81 | 81 | demo.AddExample(Example("tooltip.example", DALI_DEMO_STR_TITLE_TOOLTIP)); |
| 82 | 82 | demo.AddExample(Example("transitions.example", DALI_DEMO_STR_TITLE_VISUAL_TRANSITIONS)); | ... | ... |