mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-05 15:56:32 +02:00
Add XML summary to RNG plug, disable sleep in Desktop, null check update in Terminal
This commit is contained in:
@@ -68,7 +68,7 @@ public class DesktopProcess : Process
|
||||
WindowManager.Update();
|
||||
|
||||
// Sleep slightly to yield CPU to the main CLI thread (approx 60 FPS)
|
||||
Thread.Sleep(16);
|
||||
//Thread.Sleep(16);
|
||||
}
|
||||
|
||||
IsRunning = false;
|
||||
|
||||
@@ -99,7 +99,7 @@ public class TerminalProcess : Process
|
||||
|
||||
private void UpdateDisplay()
|
||||
{
|
||||
if (window == null)
|
||||
if (window is null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user