mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 16:12:57 +08:00
Remove unnecessary type specification in HitObjectComposer
's caching
This commit is contained in:
parent
1c6a233cc0
commit
5a1ac71d90
@ -387,7 +387,7 @@ namespace osu.Game.Rulesets.Edit
|
|||||||
/// A non-generic definition of a HitObject composer class.
|
/// 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}" />.
|
/// Generally used to access certain methods without requiring a generic type for <see cref="HitObjectComposer{T}" />.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Cached(typeof(HitObjectComposer))]
|
[Cached]
|
||||||
public abstract class HitObjectComposer : CompositeDrawable, IPositionSnapProvider
|
public abstract class HitObjectComposer : CompositeDrawable, IPositionSnapProvider
|
||||||
{
|
{
|
||||||
protected HitObjectComposer()
|
protected HitObjectComposer()
|
||||||
|
Loading…
Reference in New Issue
Block a user