mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 17:32:54 +08:00
Trim braces for consistency
This commit is contained in:
parent
ebbc32adfa
commit
3c1a86d11d
@ -381,9 +381,7 @@ namespace osu.Game.Skinning
|
||||
var particle = getParticleTexture(resultComponent.Component);
|
||||
|
||||
if (particle != null)
|
||||
{
|
||||
return new LegacyJudgementPieceNew(resultComponent.Component, createDrawable, particle);
|
||||
}
|
||||
else
|
||||
return new LegacyJudgementPieceOld(resultComponent.Component, createDrawable);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user