mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add null check
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
looping = value;
|
||||
|
||||
channels.ForEach(c => c.Looping = looping);
|
||||
channels?.ForEach(c => c.Looping = looping);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user