Skip to content

Commit

Permalink
GirlDialog: fix ok
Browse files Browse the repository at this point in the history
  • Loading branch information
city41 committed Nov 27, 2018
1 parent 5d6045e commit cf78abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/girlDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ void GirlDialog::render() {

renderer.drawString(17, 24, str);

renderer.drawOverwrite(54, 54, squareIcon_tiles, 0);
renderer.drawString(60, 54, ok_string);
renderer.drawOverwrite(54, 52, squareIcon_tiles, 0);
renderer.drawString(60, 52, ok_string);

if (State::gameState.canBuyMeat) {
renderer.drawPlusMask(43, 39, currencySymbol_plus_mask, 0);
Expand Down

0 comments on commit cf78abb

Please sign in to comment.