Remove all trailing whitespaces in this repo.

This commit is contained in:
Huo Yaoyuan
2017-04-06 16:21:18 +08:00
parent 9b1e010dcc
commit 411988f038
34 changed files with 66 additions and 66 deletions

View File

@ -56,8 +56,8 @@ namespace osu.Game.Graphics.Containers
{
base.Update();
if (parallaxEnabled)
{
if (parallaxEnabled)
{
Vector2 offset = input.CurrentState.Mouse == null ? Vector2.Zero : ToLocalSpace(input.CurrentState.Mouse.NativeState.Position) - DrawSize / 2;
content.MoveTo(offset * ParallaxAmount, firstUpdate ? 0 : 1000, EasingTypes.OutQuint);
content.Scale = new Vector2(1 + ParallaxAmount);