mirror of
https://github.com/ppy/osu.git
synced 2025-01-31 16:32:55 +08:00
Brought ITransform in line with framework changes
This commit is contained in:
parent
8ffd7b313b
commit
67292a5dcf
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user