mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 06:42:54 +08:00
Add warnings.
This commit is contained in:
parent
7ab08945e4
commit
27fafe419b
@ -142,6 +142,7 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
|
|||||||
SetRange(start, end);
|
SetRange(start, end);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// --------------------------------------------- DO NOT MERGE THIS -----------------------------------------------------------------------
|
||||||
public class BodyTexture : BufferedContainer
|
public class BodyTexture : BufferedContainer
|
||||||
{
|
{
|
||||||
private Box gradientPortion;
|
private Box gradientPortion;
|
||||||
@ -201,5 +202,6 @@ namespace osu.Game.Modes.Osu.Objects.Drawables.Pieces
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// --------------------------------------------- DO NOT MERGE THIS -----------------------------------------------------------------------
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user