Refactor window rendering for faster drawing and z-order tracking

This commit is contained in:
Stone_Red
2026-06-08 22:05:11 +02:00
parent 145055b77e
commit 031b3315a5
2 changed files with 140 additions and 156 deletions
+1 -1
View File
@@ -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;