Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
s3ansh33p authored Sep 17, 2022
1 parent 94c4248 commit 7d2ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2208,7 +2208,7 @@ void show_credits_dialog()
print_string("Credits", 135, dialog_y + 5, 0, dialog_border, 0x0000, 1);

// draw subtitle
print_string("Version 0.0.2-alpha", 100, dialog_y + 23, 0, subtitle_fg, 0x0000, 1);
print_string("Version 0.1.0-alpha", 100, dialog_y + 23, 0, subtitle_fg, 0x0000, 1);

// draw credits
print_string("Built on github.com/deltabeard/Peanut-GB", dialog_x + 8, dialog_y + 51, 0, 0xFFFF, 0x0000, 1);
Expand Down

0 comments on commit 7d2ae3e

Please sign in to comment.