diff options
Diffstat (limited to 'demo/dali-demo.cpp')
-rw-r--r-- | demo/dali-demo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index 9e82e0ea..60f9653a 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -59,7 +59,7 @@ int DALI_EXPORT_API main(int argc, char** argv) demo.AddExample(Example("rendering-skybox.example", DALI_DEMO_STR_TITLE_SKYBOX)); demo.AddExample(Example("rendering-basic-pbr.example", DALI_DEMO_STR_TITLE_PBR)); #ifdef DALI_SCENE3D_AVAILABLE - demo.AddExample(Example("scene3d-model-view.example", DALI_DEMO_STR_TITLE_SCENE3D_MODEL_VIEW)); + demo.AddExample(Example("scene3d-model.example", DALI_DEMO_STR_TITLE_SCENE3D_MODEL)); demo.AddExample(Example("scene3d.example", DALI_DEMO_STR_TITLE_SCENE3D)); #endif //DALI_SCENE3D_AVAILABLE demo.AddExample(Example("shadows-and-lights.example", DALI_DEMO_STR_TITLE_LIGHTS_AND_SHADOWS)); |