Move snap provider caching to interfaces

This commit is contained in:
Dean Herbert
2022-05-05 16:35:52 +09:00
parent b411b59006
commit 1c6a233cc0
5 changed files with 4 additions and 3 deletions

View File

@ -388,7 +388,6 @@ namespace osu.Game.Rulesets.Edit
/// Generally used to access certain methods without requiring a generic type for <see cref="HitObjectComposer{T}" />.
/// </summary>
[Cached(typeof(HitObjectComposer))]
[Cached(typeof(IPositionSnapProvider))]
public abstract class HitObjectComposer : CompositeDrawable, IPositionSnapProvider
{
protected HitObjectComposer()