mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Replace comment pointer with actual comment
This commit is contained in:
parent
66932f1af6
commit
4453b0b3e8
@ -73,7 +73,8 @@ namespace osu.Game.Rulesets.Osu.Skinning.Default
|
||||
|
||||
private void updateStateTransforms(DrawableHitObject drawableObject, ArmedState state)
|
||||
{
|
||||
// see comment in LegacySliderBall.updateStateTransforms
|
||||
// Gets called by slider ticks, tails, etc., leading to duplicated
|
||||
// animations which may negatively affect performance
|
||||
if (drawableObject is not DrawableSlider)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user