mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add comment covering intentional call to ClearTransformsAfter
This commit is contained in:
@ -439,6 +439,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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user