Got the red to show up

This commit is contained in:
Joseph Ferano 2023-09-19 23:31:57 +07:00
parent b1ab0f6d98
commit 9d725d0b2f
2 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ int main(int argc, char *argv[]) {
SDL_SetRenderDrawColor(renderer, 130, 163, 255, 1);
SDL_Surface* fontSurface = IMG_Load("font.png");
SDL_Surface* fontSurface = IMG_Load("output.png");
if (fontSurface == NULL) {
cout << "Could not find spritesheet" << endl;
return 1;

BIN
output.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB