mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 17:02:55 +08:00
Fix OsuTooltipContainer.PopIn not overriding PopOut transforms
This commit is contained in:
parent
0034b718a9
commit
7acff29bd3
@ -1 +1 @@
|
|||||||
Subproject commit 991177da4fbed2dd8260c215f2d341ebc858b03e
|
Subproject commit 145cee6105af742ddfd0c7ef147f72a3fcd8dc63
|
@ -83,6 +83,8 @@ namespace osu.Game.Graphics.Cursor
|
|||||||
protected override void PopIn()
|
protected override void PopIn()
|
||||||
{
|
{
|
||||||
instantMovement |= !IsPresent;
|
instantMovement |= !IsPresent;
|
||||||
|
|
||||||
|
ClearTransforms();
|
||||||
FadeIn(500, EasingTypes.OutQuint);
|
FadeIn(500, EasingTypes.OutQuint);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user