diff --git a/platform/apple_location_service.mm b/platform/apple_location_service.mm index 4df406cef5..ce65bc3b97 100644 --- a/platform/apple_location_service.mm +++ b/platform/apple_location_service.mm @@ -161,7 +161,7 @@ public: newInfo.m_x = newHeading.x; newInfo.m_y = newHeading.y; newInfo.m_z = newHeading.z; - newInfo.m_timestamp = [location.timestamp timeIntervalSince1970]; + newInfo.m_timestamp = [newHeading.timestamp timeIntervalSince1970]; m_service->OnHeadingUpdate(newInfo); } #endif