mirror of https://github.com/ppy/osu
Remove unnecessary type specification in `HitObjectComposer`'s caching
This commit is contained in:
parent
1c6a233cc0
commit
5a1ac71d90
|
@ -387,7 +387,7 @@ public override SnapResult SnapScreenSpacePositionToValidTime(Vector2 screenSpac
|
|||
/// A non-generic definition of a HitObject composer class.
|
||||
/// Generally used to access certain methods without requiring a generic type for <see cref="HitObjectComposer{T}" />.
|
||||
/// </summary>
|
||||
[Cached(typeof(HitObjectComposer))]
|
||||
[Cached]
|
||||
public abstract class HitObjectComposer : CompositeDrawable, IPositionSnapProvider
|
||||
{
|
||||
protected HitObjectComposer()
|
||||
|
|
Loading…
Reference in New Issue