mirror of
https://github.com/ppy/osu.git
synced 2025-01-26 18:52:55 +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 bool TransformImmediately { get; }
|
||||||
|
|
||||||
protected override double TransformDuration { get; } = 1000;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether to show a default guest representation on null user (as opposed to nothing).
|
/// Whether to show a default guest representation on null user (as opposed to nothing).
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -17,8 +17,6 @@ namespace osu.Game.Users.Drawables
|
|||||||
|
|
||||||
protected override bool TransformImmediately { get; }
|
protected override bool TransformImmediately { get; }
|
||||||
|
|
||||||
protected override double TransformDuration { get; } = 1000;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Whether to show a place holder on null country.
|
/// Whether to show a place holder on null country.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user