mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Only play results panel animation once (and only for the local user)
This commit is contained in:
@ -270,6 +270,9 @@ namespace osu.Game.Screens.Ranking.Expanded
|
||||
delay += 200;
|
||||
}
|
||||
}
|
||||
|
||||
if (!withFlair)
|
||||
FinishTransforms(true);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user