diff --git a/openVulkanoCpp/AR/Provider/ArKit/ArSessionArKitInternal.mm b/openVulkanoCpp/AR/Provider/ArKit/ArSessionArKitInternal.mm index 2cfc6c8..ee1b0ed 100644 --- a/openVulkanoCpp/AR/Provider/ArKit/ArSessionArKitInternal.mm +++ b/openVulkanoCpp/AR/Provider/ArKit/ArSessionArKitInternal.mm @@ -86,7 +86,6 @@ namespace openVulkanoCpp::AR::ArKit m_arSession = [ARSession new]; m_arSession.delegate = m_arKitDelegate; - m_loopClosureDetectionAnchor = nil; running = false; }