diff --git a/source/armarx/view_selection/client/ViewSelection.cpp b/source/armarx/view_selection/client/ViewSelection.cpp index b21f83e3a61b6a262a93458ab4ff56a8b2b5978e..3e5f6b2d82ca904a7f37878cb748369200b56548 100644 --- a/source/armarx/view_selection/client/ViewSelection.cpp +++ b/source/armarx/view_selection/client/ViewSelection.cpp @@ -79,7 +79,7 @@ namespace armarx::view_selection::client armem::EntityUpdate update; update.entityID = coreSegmentID.withProviderSegmentName(providerSegmentName).withEntityName(dto.name); - update.timeCreated = armarx::Clock::Now(); + update.referencedTime = armarx::Clock::Now(); update.instancesData = {dto.toAron()}; memoryWriter.commit(update); }