mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Update to latest framework version.
This commit is contained in:
@ -12,8 +12,8 @@ namespace osu.Game.Graphics.Processing
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
Scale = Parent.ActualSize.Y / 768f;
|
||||
Size = new Vector2(1 / Scale);
|
||||
Scale = new Vector2(Parent.ActualSize.Y / 768f);
|
||||
Size = new Vector2(1 / Scale.X);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user