1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-21 21:37:45 +08:00

Framework update.

This commit is contained in:
Dean Herbert 2016-10-18 11:20:16 +09:00
parent 29b67334c6
commit cce2094392
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 80a654e8b014c99f2b7bde69fdf834e3616221df
Subproject commit cda05b3a64162eb9d8e591ffe7f79d959c39eebc

View File

@ -136,7 +136,7 @@ namespace osu.Game.GameModes.Menu
LoopDelay = duration
});
icon.Transforms.Add(new TransformScaleVector(Clock)
icon.Transforms.Add(new TransformScale(Clock)
{
StartValue = new Vector2(1, 0.9f),
EndValue = Vector2.One,
@ -158,7 +158,7 @@ namespace osu.Game.GameModes.Menu
LoopDelay = duration
});
icon.Transforms.Add(new TransformScaleVector(Clock)
icon.Transforms.Add(new TransformScale(Clock)
{
StartValue = Vector2.One,
EndValue = new Vector2(1, 0.9f),