1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 17:52:56 +08:00

Trimming whitespace from comment......

This commit is contained in:
MaxOhn 2018-10-09 18:52:34 +02:00
parent 954bcd8c12
commit edb69463fd

View File

@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Osu.Mods
}
/* Similar to ApplyHiddenState, only different if drawable is DrawableHitCircle.
* If we'd use ApplyHiddenState instead but only on non-DrawableHitCircle's, then
* If we'd use ApplyHiddenState instead but only on non-DrawableHitCircle's, then
* the nested object HeadCircle of DrawableSlider would still use ApplyHiddenState,
* thus treating the DrawableHitCircle with the hidden mod instead of the traceable mod.
*/