default back button
This commit is contained in:
@@ -519,7 +519,7 @@ public class DownloadsMenu extends ComplexOpsuState {
|
||||
|
||||
// back button
|
||||
else
|
||||
UI.getBackButton().draw();
|
||||
UI.getBackButton().draw(g);
|
||||
|
||||
UI.draw(g);
|
||||
}
|
||||
|
||||
@@ -99,7 +99,7 @@ public class GameRanking extends BaseOpsuState {
|
||||
replayButton.draw();
|
||||
if (data.isGameplay() && !GameMod.AUTO.isActive())
|
||||
retryButton.draw();
|
||||
UI.getBackButton().draw();
|
||||
UI.getBackButton().draw(g);
|
||||
|
||||
UI.draw(g);
|
||||
|
||||
|
||||
@@ -715,7 +715,7 @@ public class SongMenu extends ComplexOpsuState {
|
||||
|
||||
// back button
|
||||
else
|
||||
UI.getBackButton().draw();
|
||||
UI.getBackButton().draw(g);
|
||||
|
||||
UI.draw(g);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user