mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix code style
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user