mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Fixed a small mistake.
This commit is contained in:
parent
03e352ecfa
commit
d559281f59
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user