1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 19:57:47 +08:00

Use Color4Extensions from Framework and remove redundant Name

This commit is contained in:
Thomas Müller
2017-03-04 19:42:37 +01:00
Unverified
parent 65699eb39d
commit a14bdf8624
56 changed files with 43 additions and 46 deletions
@@ -12,6 +12,7 @@ using osu.Framework.Audio.Sample;
using osu.Game.Graphics;
using osu.Game.Graphics.Backgrounds;
using osu.Game.Graphics.Sprites;
using osu.Framework.Extensions.Color4Extensions;
namespace osu.Game.Graphics.UserInterface
{