Skip to content

Commit da45951

Browse files
committed
Fix #3
1 parent f231185 commit da45951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/hangman.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void hangman_render_callback(Canvas* canvas, void* ctx) {
149149

150150
if(app->menu_show) {
151151
hangman_draw_menu(canvas, app);
152-
} else {
152+
} else if(app->lang != NULL) {
153153
hangman_draw_word(canvas, app);
154154
hangman_draw_gallows(canvas, app);
155155
hangman_draw_keyboard(canvas, app);

0 commit comments

Comments
 (0)