Remove automatic slider path offsetting

This commit is contained in:
smoogipoo
2019-12-09 17:54:19 +09:00
parent fa1468325e
commit 883d5bc11d
3 changed files with 8 additions and 22 deletions

View File

@ -113,8 +113,6 @@ namespace osu.Game.Rulesets.Osu.Objects
{
SamplesBindable.ItemsAdded += _ => updateNestedSamples();
SamplesBindable.ItemsRemoved += _ => updateNestedSamples();
Path.OffsetChanged += offset => Position += offset;
Path.Version.ValueChanged += _ => updateNestedPositions();
}