From 2fb203159f8a32fbc0b487b1268bf3ceeaf9bf9f Mon Sep 17 00:00:00 2001 From: Damnae Date: Mon, 11 Sep 2017 12:33:11 +0200 Subject: [PATCH] CI fixes. --- osu.Game/Storyboards/Drawables/DrawablesExtensions.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/osu.Game/Storyboards/Drawables/DrawablesExtensions.cs b/osu.Game/Storyboards/Drawables/DrawablesExtensions.cs index 0824ca2ed9..3b21c47b96 100644 --- a/osu.Game/Storyboards/Drawables/DrawablesExtensions.cs +++ b/osu.Game/Storyboards/Drawables/DrawablesExtensions.cs @@ -1,4 +1,7 @@ -using osu.Framework.Graphics; +// Copyright (c) 2007-2017 ppy Pty Ltd . +// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE + +using osu.Framework.Graphics; using osu.Framework.Graphics.Transforms; namespace osu.Game.Storyboards.Drawables @@ -6,7 +9,7 @@ namespace osu.Game.Storyboards.Drawables public static class DrawablesExtensions { /// - /// Adjusts after a delay. + /// Adjusts after a delay. /// /// A to which further transforms can be added. public static TransformSequence TransformBlendingMode(this T drawable, BlendingMode newValue, double delay = 0)