mirror of
https://github.com/ppy/osu.git
synced 2025-01-22 16:32:55 +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)
|
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)
|
if (drawableObject is not DrawableSlider)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user