Update naming conventions.

This commit is contained in:
Dean Herbert
2016-09-04 16:15:35 +09:00
parent eeb3494f04
commit 23111821f5
3 changed files with 8 additions and 8 deletions

View File

@ -143,7 +143,7 @@ namespace osu.Game.Graphics.UserInterface
{
cursor.FadeTo(0.5f, 200, EasingTypes.Out);
cursor.FadeColour(Color4.White, 200, EasingTypes.Out);
cursor.Transformations.Add(new TransformAlpha(Clock)
cursor.Transforms.Add(new TransformAlpha(Clock)
{
StartValue = 0.5f,
EndValue = 0.2f,