summaryrefslogtreecommitdiffstats
path: root/src/render/2dEffect.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-10-17 17:50:41 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-10-17 17:50:41 +0200
commitcae3990eacbf94c87c27387f4c78ef43760e106c (patch)
treed5718e66815841196eb1826c64b7d7b1b0439cda /src/render/2dEffect.h
parentsaves part 1 (diff)
parentMerge pull request #765 from erorcun/miami (diff)
downloadre3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.gz
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.bz2
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.lz
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.xz
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.tar.zst
re3-cae3990eacbf94c87c27387f4c78ef43760e106c.zip
Diffstat (limited to 'src/render/2dEffect.h')
-rw-r--r--src/render/2dEffect.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/render/2dEffect.h b/src/render/2dEffect.h
index baf07342..8ad2b946 100644
--- a/src/render/2dEffect.h
+++ b/src/render/2dEffect.h
@@ -88,14 +88,10 @@ public:
if(type == EFFECT_LIGHT){
if(light.corona)
RwTextureDestroy(light.corona);
-#ifdef GTA3_1_1_PATCH
light.corona = nil;
-#endif
if(light.shadow)
RwTextureDestroy(light.shadow);
-#ifdef GTA3_1_1_PATCH
light.shadow = nil;
-#endif
}
}
};