1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-28 01:22:55 +08:00

Merge pull request #93 from peppy/general-fixes

General fixes
This commit is contained in:
Thomas Müller 2016-10-18 18:55:37 +02:00 committed by GitHub
commit 406ffdafbc
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 852df4b405bf40cee0df8f0450a081fa657e7b43 Subproject commit cda05b3a64162eb9d8e591ffe7f79d959c39eebc

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),