Skip to content

Commit

Permalink
Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Sep 29, 2024
1 parent 34c3059 commit 04311ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ bool initSDL(void)
}

// Set the window icon
window_icon = IMG_Load_RW(io_load_rwops("Extras/icon.png"), true);
window_icon = IMG_Load_RW(io_load_rwops("Extras/icon.png"), true);
SDL_SetWindowIcon(gWindow, window_icon);

gRenderer = SDL_CreateRenderer(gWindow, -1,
Expand Down

0 comments on commit 04311ef

Please sign in to comment.