mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Specify RelativeSizeAxes in ctor
This is basically always the behaviour we want.
This commit is contained in:
@ -32,6 +32,7 @@ namespace osu.Game.Input
|
||||
public IdleTracker(double timeToIdle)
|
||||
{
|
||||
this.timeToIdle = timeToIdle;
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
|
Reference in New Issue
Block a user