diff --git a/openVulkanoCpp/AR/Provider/Playback/ArFramePlayback.cpp b/openVulkanoCpp/AR/Provider/Playback/ArFramePlayback.cpp index 26d7601..e583124 100644 --- a/openVulkanoCpp/AR/Provider/Playback/ArFramePlayback.cpp +++ b/openVulkanoCpp/AR/Provider/Playback/ArFramePlayback.cpp @@ -26,7 +26,7 @@ namespace OpenVulkano::AR::Playback depthImage.depth.data = depthImgData.get(); depthImage.depth.resolution = {depth.depth.header.width, depth.depth.header.height}; depthImage.confidence.data = confImgData.get(); - depthImage.depth.resolution = {depth.confidence.header.width, depth.confidence.header.height}; + depthImage.confidence.resolution = {depth.confidence.header.width, depth.confidence.header.height}; } if (session->IsLoadColorEnabled()) {