Fixed a small mistake.

This commit is contained in:
Nichole Mattera 2020-06-25 21:06:12 -04:00
parent 03e352ecfa
commit d559281f59

View File

@ -234,7 +234,7 @@ int main(int argc, char** argv) {
} }
// clean up your textures when you are done with them // clean up your textures when you are done with them
if (sdllogo) if (sdllogo_tex)
SDL_DestroyTexture(sdllogo_tex); SDL_DestroyTexture(sdllogo_tex);
if (switchlogo_tex) if (switchlogo_tex)