mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix possible nullreference
This commit is contained in:
@ -23,6 +23,7 @@ namespace osu.Game.Beatmaps.ControlPoints
|
||||
|
||||
public bool Equals(ControlPoint other)
|
||||
=> ChangeEquals(other)
|
||||
&& !ReferenceEquals(null, other)
|
||||
&& Time.Equals(other.Time);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user