Merge branch 'master' into on-drawable-hitobject-added

This commit is contained in:
Dan Balasescu
2020-11-24 16:09:57 +09:00
committed by GitHub
40 changed files with 299 additions and 139 deletions

View File

@ -454,6 +454,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
private void clearExistingStateTransforms()
{
base.ApplyTransformsAt(double.MinValue, true);
// has to call this method directly (not ClearTransforms) to bypass the local ClearTransformsAfter override.
base.ClearTransformsAfter(double.MinValue, true);
}