Whitespace

This commit is contained in:
Julie Marchant 2019-06-20 12:28:54 -04:00
parent 8ca0fd45a5
commit 8f0013ac6b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ SDL_Renderer *renderer;
SDL_Texture *renderer_texture;
void renderer_update()
{
{
SDL_UpdateTexture(renderer_texture, NULL, screen->pixels, screen->pitch);
SDL_RenderCopy(renderer, renderer_texture, NULL, NULL);
SDL_RenderPresent(renderer);