Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jun 18, 2018
1 parent 42a0ba7 commit d3dc6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/source/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ void initStuff() {
// Draw the dialog box.
pp2d_draw_rectangle(0, 0, 320, 240, RGBA8(0, 0, 0, initdbox_bgalpha)); // Fade in/out effect
pp2d_draw_texture(dialogboxtex, 0, initdbox_Ypos);
pp2d_draw_text(12, 16+initdbox_Ypos, 0.50, 0.50, BLACK, init_textOnScreen);
pp2d_draw_text(16, 16+initdbox_Ypos, 0.50, 0.50, BLACK, init_textOnScreen);
}
pp2d_end_draw();

Expand Down

0 comments on commit d3dc6e8

Please sign in to comment.