mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Remove leftover TransformDuration overrides
This commit is contained in:
parent
739077ef4f
commit
236d5a9abc
@ -40,8 +40,6 @@ namespace osu.Game.Users.Drawables
|
||||
|
||||
protected override bool TransformImmediately { get; }
|
||||
|
||||
protected override double TransformDuration { get; } = 1000;
|
||||
|
||||
/// <summary>
|
||||
/// Whether to show a default guest representation on null user (as opposed to nothing).
|
||||
/// </summary>
|
||||
|
@ -17,8 +17,6 @@ namespace osu.Game.Users.Drawables
|
||||
|
||||
protected override bool TransformImmediately { get; }
|
||||
|
||||
protected override double TransformDuration { get; } = 1000;
|
||||
|
||||
/// <summary>
|
||||
/// Whether to show a place holder on null country.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user