Skip to content

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
bolknote committed Nov 9, 2023
1 parent f231185 commit da45951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/hangman.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void hangman_render_callback(Canvas* canvas, void* ctx) {

if(app->menu_show) {
hangman_draw_menu(canvas, app);
} else {
} else if(app->lang != NULL) {
hangman_draw_word(canvas, app);
hangman_draw_gallows(canvas, app);
hangman_draw_keyboard(canvas, app);
Expand Down

0 comments on commit da45951

Please sign in to comment.