Rename files
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "AR/ArFrame.h"
|
||||
#include "AR/ArFrame.hpp"
|
||||
#include "ArPlaybackReader.hpp"
|
||||
|
||||
namespace openVulkanoCpp::AR::Playback
|
||||
|
||||
@@ -70,6 +70,7 @@ namespace openVulkanoCpp::AR::Playback
|
||||
Logger::AR->error("Failed to read AR frame: {}", e.what());
|
||||
}
|
||||
Stop();
|
||||
OnSessionInterruptionChange(true);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "AR/ArSession.h"
|
||||
#include "AR/ArSession.hpp"
|
||||
#include "ArPlaybackReader.hpp"
|
||||
#include "Math/Timestamp.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user