mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Remove debug code
This commit is contained in:
@ -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());
|
||||||
|
Reference in New Issue
Block a user