mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
XMLdoc fixes and a cautionary check.
This commit is contained in:
@ -44,7 +44,7 @@ namespace osu.Game.Overlays.Direct
|
||||
get { return downloadRequest; }
|
||||
set
|
||||
{
|
||||
if (value == null) return;
|
||||
if (value == null || downloadRequest == value) return;
|
||||
|
||||
downloadRequest = value;
|
||||
|
||||
|
Reference in New Issue
Block a user