aboutsummaryrefslogtreecommitdiff
path: root/sources/TZR_Quit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sources/TZR_Quit.c')
-rw-r--r--sources/TZR_Quit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sources/TZR_Quit.c b/sources/TZR_Quit.c
index d316e2f..e11979e 100644
--- a/sources/TZR_Quit.c
+++ b/sources/TZR_Quit.c
@@ -14,10 +14,6 @@ TZR_Quit(void)
___tzr_resources = NULL;
___tzr_resources_size = 0;
___tzr_resources_capacity = 0;
- if (___tzr_target_light != NULL) {
- SDL_DestroyTexture(___tzr_target_light);
- ___tzr_target_light = NULL;
- }
if (___tzr_target != NULL) {
SDL_DestroyTexture(___tzr_target);
___tzr_target = NULL;