mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 00:02:57 +08:00
Remove leftover debugging code
This commit is contained in:
parent
6861d9a302
commit
1942d46a38
@ -102,9 +102,6 @@ namespace osu.Game.Storyboards.Drawables
|
|||||||
else
|
else
|
||||||
Texture = textureStore.Get(Sprite.Path);
|
Texture = textureStore.Get(Sprite.Path);
|
||||||
|
|
||||||
if (Sprite.Path == "SB/textbox.png")
|
|
||||||
Debugger.Break();
|
|
||||||
|
|
||||||
Sprite.ApplyTransforms(this);
|
Sprite.ApplyTransforms(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user