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