mirror of https://github.com/ppy/osu
Remove unused property causing CI inspection
I don't see this in my Rider locally. I suppose we can remove it, though it was intentionally added so that the struct mirrors the interface.
This commit is contained in:
parent
fbfe3a4887
commit
69c5e6a799
|
@ -31,7 +31,6 @@ public static class HasCatchObjectStateExtensions
|
|||
target.AccentColour.Value,
|
||||
target.HyperDash.Value,
|
||||
target.IndexInBeatmap.Value,
|
||||
target.DisplayStartTime,
|
||||
target.DisplayPosition,
|
||||
target.DisplaySize,
|
||||
target.DisplayRotation);
|
||||
|
@ -42,7 +41,6 @@ public readonly record struct CatchObjectState(
|
|||
Color4 AccentColour,
|
||||
bool HyperDash,
|
||||
int IndexInBeatmap,
|
||||
double DisplayStartTime,
|
||||
Vector2 DisplayPosition,
|
||||
Vector2 DisplaySize,
|
||||
float DisplayRotation);
|
||||
|
|
Loading…
Reference in New Issue