1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-08 06:36:05 +08:00

Update HighPerformanceSessionManager.cs

Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
Dean Herbert 2024-04-16 16:37:11 +08:00 committed by GitHub
parent a651cb8d50
commit 926424d8ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ namespace osu.Desktop.Performance
{ {
if (Interlocked.Increment(ref activeSessions) > 1) if (Interlocked.Increment(ref activeSessions) > 1)
{ {
Logger.Log($"High performance session requested ({activeSessions} others already running)"); Logger.Log($"High performance session requested ({activeSessions} running in total)");
return; return;
} }