Skip to content

Commit bf607dd

Browse files
authored
remove redundancy
1 parent db39eb1 commit bf607dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

applications/arkanoid/arkanoid_game.c

-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ void move_ball(Canvas* canvas) {
115115
released = false;
116116
lives--;
117117

118-
snprintf(text, sizeof(text), "LIVES:%u", lives);
119-
canvas_draw_str(canvas, 0, 90, text);
120-
121118
// arduboy.tunes.tone(175, 250);
122119
if(rand_range(0, 2) == 0) {
123120
dx = 1;

0 commit comments

Comments
 (0)