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

@ -19,7 +19,6 @@ using osuTK;
namespace osu.Game.Screens.Edit.Compose.Components.Timeline
{
[Cached(typeof(IPositionSnapProvider))]
[Cached]
public class Timeline : ZoomableScrollContainer, IPositionSnapProvider
{