Skip to content

Commit

Permalink
one more / to >>
Browse files Browse the repository at this point in the history
  • Loading branch information
Feodor0090 committed Oct 28, 2022
1 parent 8a3ab03 commit aa85d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nmania/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ private final void FailSequence(final boolean exitAfter) {
g.setColor((i == pauseItem ? 255 : 0), 0, 0);
g.drawRect(sw3, ry, sw3 - 1, sh5 - 1);
g.setColor(-1);
g.drawString(i == 0 ? "Retry" : "Quit", scrW / 2, ry + sh5 / 2 - fillCountersH / 2, 17); // hcenter+top
g.drawString(i == 0 ? "Retry" : "Quit", scrW >> 1, ry + sh5 / 2 - fillCountersH / 2, 17); // hcenter+top
}
flushGraphics();
try {
Expand Down

0 comments on commit aa85d26

Please sign in to comment.