mirror of
https://github.com/ppy/osu.git
synced 2026-06-08 07:43:42 +08:00
Fix nullref
This commit is contained in:
@@ -318,7 +318,9 @@ namespace osu.Game.Rulesets.Osu.Tests
|
||||
{
|
||||
end = value;
|
||||
|
||||
bindHitObject(end);
|
||||
if (end != null)
|
||||
bindHitObject(end);
|
||||
|
||||
refreshFollowPoints();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user