Skip to content

Commit a49c157

Browse files
committed
Disable SSBO for now
1 parent cdb003e commit a49c157

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osu.Desktop/Program.cs

+4
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ public static class Program
3030
[STAThread]
3131
public static void Main(string[] args)
3232
{
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+
3337
// run Squirrel first, as the app may exit after these run
3438
if (OperatingSystem.IsWindows())
3539
{

0 commit comments

Comments
 (0)