mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Replace comment pointer with actual comment
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user