Skip to content

Commit c3b5ce1

Browse files
committed
add threadSleep
1 parent 57caeb7 commit c3b5ce1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

LighthouseV2PowerControl/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ private static void QuitThreadChecker()
120120
while (!cancellationToken.IsCancellationRequested)
121121
{
122122
OVRSystem.AcknowledgeQuit_Exiting();
123+
Thread.Sleep(100);
123124
}
124125
Exit();
125126
}

0 commit comments

Comments
 (0)