Skip to content

Commit 1018cfa

Browse files
committed
Debug GameScene, options
1 parent 023157a commit 1018cfa

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

res/values/options.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
<string-array name="opt_hide_ingame_ui_names">
4343
<item>Enabled</item>
44-
<item>Disable on Break Sections</item>
44+
<item>Disable on Break Periods</item>
4545
<item>Disabled</item>
4646
</string-array>
4747
<string-array name="opt_hide_ingame_ui_values">

src/ru/nsu/ccfit/zuev/osu/game/GameScene.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,6 @@ public void onUpdate(final float pSecondsElapsed) {
965965
scorebar.setVisible(false);
966966
scorebar = null;
967967
setUIVisible(false);
968-
ToastLogger.showText("ghigui " + Config.getHideInGameUI(), false);
969968
}
970969

971970
if(Config.getHideInGameUI() == 0) {
@@ -980,7 +979,6 @@ public void onUpdate(final float pSecondsElapsed) {
980979
comboBurst = new ComboBurst(Config.getRES_WIDTH(), Config.getRES_HEIGHT());
981980
comboBurst.attachAll(bgScene);
982981
}
983-
ToastLogger.showText("ghigui " + Config.getHideInGameUI(), false);
984982
}
985983

986984
if (stat.getMod().contains(GameMod.MOD_AUTO)) {

0 commit comments

Comments
 (0)