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

View File

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