mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 19:42:55 +08:00
Fix code style
This commit is contained in:
parent
aed83471f4
commit
7734c4b41a
@ -55,7 +55,8 @@ namespace osu.Game.Users.Drawables
|
||||
{
|
||||
User = user;
|
||||
|
||||
if (transformImmediately) {
|
||||
if (transformImmediately)
|
||||
{
|
||||
TransformDuration = 0;
|
||||
TransformImmediately = true;
|
||||
}
|
||||
|
@ -27,7 +27,8 @@ namespace osu.Game.Users.Drawables
|
||||
{
|
||||
Country = country;
|
||||
|
||||
if (transformImmediately) {
|
||||
if (transformImmediately)
|
||||
{
|
||||
TransformDuration = 0;
|
||||
TransformImmediately = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user