1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 09:27:34 +08:00

Brought ITransform in line with framework changes

This commit is contained in:
MrTheMake 2017-06-21 12:27:45 +02:00
parent 8ffd7b313b
commit 67292a5dcf

View File

@ -93,7 +93,7 @@ namespace osu.Game.Graphics.UserInterface
{
// Only fade the colour to white if there is no colour transformation pending
bool colorTransformation = false;
foreach (ITransform t in Transforms)
foreach (ITransform<IconButton> t in Transforms)
{
if (t is TransformColour)
{