You should call present when using a software renderer as well.

Fixes https://github.com/libsdl-org/SDL/issues/8676
main
Sam Lantinga 2023-12-11 08:43:31 -08:00
parent 5173b0c2cc
commit 581d1cab25
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ static void DrawChessBoard(void)
}
}
}
SDL_RenderPresent(renderer);
}
static void loop(void)