mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 14:53:50 +02:00
cleanup code
This commit is contained in:
@@ -10,7 +10,7 @@ namespace VRCX
|
||||
{
|
||||
public class CpuMonitor
|
||||
{
|
||||
public static CpuMonitor Instance { get; private set; }
|
||||
public static readonly CpuMonitor Instance;
|
||||
public float CpuUsage { get; private set; }
|
||||
private readonly PerformanceCounter m_Counter;
|
||||
private Thread m_Thread;
|
||||
|
||||
Reference in New Issue
Block a user