mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:02:54 +08:00
Specify RelativeSizeAxes in ctor
This is basically always the behaviour we want.
This commit is contained in:
parent
626048038c
commit
266873740d
@ -32,6 +32,7 @@ namespace osu.Game.Input
|
|||||||
public IdleTracker(double timeToIdle)
|
public IdleTracker(double timeToIdle)
|
||||||
{
|
{
|
||||||
this.timeToIdle = timeToIdle;
|
this.timeToIdle = timeToIdle;
|
||||||
|
RelativeSizeAxes = Axes.Both;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Update()
|
protected override void Update()
|
||||||
|
Loading…
Reference in New Issue
Block a user