mirror of
https://github.com/osukey/osukey.git
synced 2025-05-24 15:07:20 +09:00
Remove unnecessary null set
This commit is contained in:
parent
116b952dfe
commit
b8d7b78b55
@ -78,12 +78,7 @@ namespace osu.Game.Rulesets.Osu.UI
|
|||||||
bool result = base.Remove(h);
|
bool result = base.Remove(h);
|
||||||
|
|
||||||
if (result)
|
if (result)
|
||||||
{
|
followPoints.RemoveFollowPoints((DrawableOsuHitObject)h);
|
||||||
DrawableOsuHitObject osuHitObject = (DrawableOsuHitObject)h;
|
|
||||||
osuHitObject.CheckHittable = null;
|
|
||||||
|
|
||||||
followPoints.RemoveFollowPoints(osuHitObject);
|
|
||||||
}
|
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user