mirror of
https://github.com/ppy/osu
synced 2025-01-05 05:39:49 +00:00
Remove debug code
This commit is contained in:
parent
91f3d8deb4
commit
a5a5c1a315
@ -49,12 +49,6 @@ namespace osu.Game.Graphics
|
|||||||
updateTexture();
|
updateTexture();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void LoadComplete()
|
|
||||||
{
|
|
||||||
base.LoadComplete();
|
|
||||||
if (Size.X == 0) throw new System.Exception("size required");
|
|
||||||
}
|
|
||||||
|
|
||||||
private void updateTexture()
|
private void updateTexture()
|
||||||
{
|
{
|
||||||
var texture = store?.Get(((char)icon).ToString());
|
var texture = store?.Get(((char)icon).ToString());
|
||||||
|
Loading…
Reference in New Issue
Block a user