1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 17:43:05 +08:00

Fix code style

This commit is contained in:
HoLLy 2019-06-24 18:09:42 +02:00
parent aed83471f4
commit 7734c4b41a
2 changed files with 4 additions and 2 deletions

View File

@ -55,7 +55,8 @@ namespace osu.Game.Users.Drawables
{
User = user;
if (transformImmediately) {
if (transformImmediately)
{
TransformDuration = 0;
TransformImmediately = true;
}

View File

@ -27,7 +27,8 @@ namespace osu.Game.Users.Drawables
{
Country = country;
if (transformImmediately) {
if (transformImmediately)
{
TransformDuration = 0;
TransformImmediately = true;
}