Don't disable GPU compositing in CEF

Workaround no longer needed with message pump fixed. I think.
This commit is contained in:
PJB3005
2025-12-28 02:16:23 +01:00
parent 636e287fc5
commit 1fea48fbf4

View File

@@ -41,7 +41,7 @@ namespace Robust.Client.WebView.Cef
// commandLine.AppendSwitch("--single-process");
//commandLine.AppendSwitch("--disable-gpu");
commandLine.AppendSwitch("--disable-gpu-compositing");
//commandLine.AppendSwitch("--disable-gpu-compositing");
//commandLine.AppendSwitch("--in-process-gpu");
commandLine.AppendSwitch("--off-screen-rendering-enabled");