Name AR playback thread

This commit is contained in:
Georg Hagen
2024-08-14 18:13:14 +02:00
parent ae7db556c3
commit 11158e4136

View File

@@ -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())
{ {