Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions visual-tests/collider-mesh/collider-mesh-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ColliderMeshTest : public VisualTest

// Create a SceneView
Scene3D::SceneView sceneView = Handle::New<Scene3D::SceneView>(
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)}}));

Expand All @@ -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},
}));
Expand Down