1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:23:21 +08:00

Fix incorrect inline comments

Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
This commit is contained in:
Dean Herbert 2021-05-12 19:37:00 +09:00 committed by GitHub
parent 1d383024e2
commit 7bac81f394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,13 +85,13 @@ namespace osu.Game.Skinning.Editor
protected override void OnSelected()
{
// base logic hides selected blueprints when not selected, but timeline doesn't do that.
// base logic hides selected blueprints when not selected, but skin blueprints don't do that.
updateSelectedState();
}
protected override void OnDeselected()
{
// base logic hides selected blueprints when not selected, but timeline doesn't do that.
// base logic hides selected blueprints when not selected, but skin blueprints don't do that.
updateSelectedState();
}