remove the watermark

This commit is contained in:
yugecin
2017-01-22 00:15:54 +01:00
parent 6b6947f680
commit 5752aec58c
2 changed files with 0 additions and 9 deletions

View File

@@ -734,10 +734,6 @@ public class Game extends ComplexOpsuState {
UI.draw(g);
if (!Options.isHideWM()) {
Fonts.SMALL.drawString(0.3f, 0.3f, "opsu!dance " + Updater.get().getCurrentVersion() + " by robin_be | https://github.com/yugecin/opsu-dance");
}
super.render(g);
}