diff --git a/visual-tests/collider-mesh/collider-mesh-test.cpp b/visual-tests/collider-mesh/collider-mesh-test.cpp index 6904e30..d0b9383 100644 --- a/visual-tests/collider-mesh/collider-mesh-test.cpp +++ b/visual-tests/collider-mesh/collider-mesh-test.cpp @@ -75,7 +75,7 @@ class ColliderMeshTest : public VisualTest // Create a SceneView Scene3D::SceneView sceneView = Handle::New( - CreatePropertyMap({{Actor::Property::PARENT_ORIGIN, ParentOrigin::CENTER}, + Dali::DevelProperty::CreatePropertyMap({{Actor::Property::PARENT_ORIGIN, ParentOrigin::CENTER}, {Actor::Property::PIVOT, Pivot::CENTER}, {Actor::Property::SIZE, Vector2(positionSize.width, positionSize.height)}})); @@ -86,7 +86,7 @@ class ColliderMeshTest : public VisualTest // Load the model and set IBL Scene3D::Model model = Scene3D::Model::New(TEST_RESOURCES_DIR "collider-mesh/floors2.gltf"); - model.SetProperties(CreatePropertyMap({ + model.SetProperties(Dali::DevelProperty::CreatePropertyMap({ {Actor::Property::PARENT_ORIGIN, ParentOrigin::CENTER}, {Actor::Property::PIVOT, Pivot::CENTER}, }));