mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Update to latest framework version.
This commit is contained in:
@ -122,7 +122,7 @@ namespace osu.Game.GameModes
|
||||
|
||||
protected override bool OnClick(InputState state)
|
||||
{
|
||||
Scale = 1.5f;
|
||||
Scale = new Vector2(1.5f);
|
||||
ScaleTo(1, 500, EasingTypes.In);
|
||||
|
||||
Activated?.Invoke();
|
||||
|
Reference in New Issue
Block a user