1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 15:23:14 +08:00

Update osu.Game/Screens/Menu/IntroScreen.cs

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
Dean Herbert 2022-01-22 05:09:40 +09:00 committed by GitHub
parent 2006620a2c
commit 9946003069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ namespace osu.Game.Screens.Menu
int setCount = sets.Count;
if (sets.Any())
if (setCount > 0)
{
var found = sets[RNG.Next(0, setCount - 1)].Beatmaps.FirstOrDefault();