mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:58:21 +08:00
Improve comment wording
Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
parent
474c1a8a7a
commit
5e933cb466
@ -100,7 +100,7 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
private void onPathChanged(ValueChangedEvent<string> e)
|
private void onPathChanged(ValueChangedEvent<string> e)
|
||||||
{
|
{
|
||||||
// the path could change as a result of redirecting to another path cof the same page.
|
// the path could change as a result of redirecting to a newer location of the same page.
|
||||||
// we already have the correct wiki data, so we can safely return here.
|
// we already have the correct wiki data, so we can safely return here.
|
||||||
if (e.NewValue == wikiData.Value?.Path)
|
if (e.NewValue == wikiData.Value?.Path)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user