mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 00:33:21 +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);
|
var particle = getParticleTexture(resultComponent.Component);
|
||||||
|
|
||||||
if (particle != null)
|
if (particle != null)
|
||||||
{
|
|
||||||
return new LegacyJudgementPieceNew(resultComponent.Component, createDrawable, particle);
|
return new LegacyJudgementPieceNew(resultComponent.Component, createDrawable, particle);
|
||||||
}
|
|
||||||
else
|
else
|
||||||
return new LegacyJudgementPieceOld(resultComponent.Component, createDrawable);
|
return new LegacyJudgementPieceOld(resultComponent.Component, createDrawable);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user