Fix dead code

This commit is contained in:
2024-08-03 16:30:11 +02:00
parent d340d91f52
commit 4dac821abb

View File

@@ -86,7 +86,6 @@ namespace openVulkanoCpp::AR::ArKit
m_arSession = [ARSession new];
m_arSession.delegate = m_arKitDelegate;
m_loopClosureDetectionAnchor = nil;
running = false;
}