1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:47:25 +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 // Only fade the colour to white if there is no colour transformation pending
bool colorTransformation = false; bool colorTransformation = false;
foreach (ITransform t in Transforms) foreach (ITransform<IconButton> t in Transforms)
{ {
if (t is TransformColour) if (t is TransformColour)
{ {