Rename files

This commit is contained in:
2021-06-21 16:12:31 +02:00
parent d98aa4fa57
commit 88144df490
12 changed files with 11 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
#pragma once
#include "AR/ArFrame.h"
#include "AR/ArFrame.hpp"
#include "ArPlaybackReader.hpp"
namespace openVulkanoCpp::AR::Playback

View File

@@ -70,6 +70,7 @@ namespace openVulkanoCpp::AR::Playback
Logger::AR->error("Failed to read AR frame: {}", e.what());
}
Stop();
OnSessionInterruptionChange(true);
return nullptr;
}

View File

@@ -6,7 +6,7 @@
#pragma once
#include "AR/ArSession.h"
#include "AR/ArSession.hpp"
#include "ArPlaybackReader.hpp"
#include "Math/Timestamp.hpp"