mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
v2017.08.17.1
This commit is contained in:
@@ -39,13 +39,12 @@ namespace VRCX
|
||||
}
|
||||
while (m_Thread != null)
|
||||
{
|
||||
if (cpuCounter != null)
|
||||
{
|
||||
CpuUsage = cpuCounter.NextValue();
|
||||
}
|
||||
try
|
||||
{
|
||||
if (cpuCounter != null)
|
||||
{
|
||||
CpuUsage = cpuCounter.NextValue();
|
||||
}
|
||||
|
||||
Thread.Sleep(1000);
|
||||
}
|
||||
catch
|
||||
|
||||
Reference in New Issue
Block a user