1
0
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:
Alden Wu 2022-07-14 16:53:51 -07:00
parent 66932f1af6
commit 4453b0b3e8

View File

@ -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;