Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
plter committed Oct 18, 2020
1 parent 609bd63 commit 58bb5ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion L01HelloWorld/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ int main() {
}

while (1) {
SDL_RenderClear(renderer);
draw(renderer);
SDL_RenderPresent(renderer);

Expand Down

0 comments on commit 58bb5ca

Please sign in to comment.