1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 23:13:06 +08:00

Remove leftover debugging code

This commit is contained in:
Salman Ahmed 2024-03-08 22:37:27 +03:00
parent 6861d9a302
commit 1942d46a38

View File

@ -102,9 +102,6 @@ namespace osu.Game.Storyboards.Drawables
else
Texture = textureStore.Get(Sprite.Path);
if (Sprite.Path == "SB/textbox.png")
Debugger.Break();
Sprite.ApplyTransforms(this);
}