Name AR playback thread
This commit is contained in:
@@ -62,6 +62,7 @@ namespace OpenVulkano::AR::Playback
|
|||||||
|
|
||||||
void ArSessionPlayback::ReadWorker()
|
void ArSessionPlayback::ReadWorker()
|
||||||
{
|
{
|
||||||
|
Utils::SetThreadName("AR_Playback");
|
||||||
std::this_thread::sleep_for(128ms); // Delay startup of playback
|
std::this_thread::sleep_for(128ms); // Delay startup of playback
|
||||||
while (playbackReader.HasNext() && IsRunning())
|
while (playbackReader.HasNext() && IsRunning())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user