File tree Expand file tree Collapse file tree
src/ru/nsu/ccfit/zuev/osu/game Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff 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 )) {
You can’t perform that action at this time.
0 commit comments