We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb003e commit a49c157Copy full SHA for a49c157
osu.Desktop/Program.cs
@@ -30,6 +30,10 @@ public static class Program
30
[STAThread]
31
public static void Main(string[] args)
32
{
33
+ // Too many performance issues reported. We're going to have to do more testing before pushing this out.
34
+ // See https://github.com/ppy/osu/issues/24751.
35
+ Environment.SetEnvironmentVariable("OSU_GRAPHICS_NO_SSBO", "1");
36
+
37
// run Squirrel first, as the app may exit after these run
38
if (OperatingSystem.IsWindows())
39
0 commit comments