summaryrefslogtreecommitdiffstats
path: root/src/render/2dEffect.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-10-18 03:54:01 +0200
committerSergeanur <s.anureev@yandex.ua>2020-10-18 03:54:01 +0200
commitb3385015e5b151031afba52f71536063339f52e7 (patch)
tree352d983b14c36d821c7d2a747e3f72f9129c688e /src/render/2dEffect.h
parentPickup arrays done (diff)
parentMerge pull request #765 from erorcun/miami (diff)
downloadre3-b3385015e5b151031afba52f71536063339f52e7.tar
re3-b3385015e5b151031afba52f71536063339f52e7.tar.gz
re3-b3385015e5b151031afba52f71536063339f52e7.tar.bz2
re3-b3385015e5b151031afba52f71536063339f52e7.tar.lz
re3-b3385015e5b151031afba52f71536063339f52e7.tar.xz
re3-b3385015e5b151031afba52f71536063339f52e7.tar.zst
re3-b3385015e5b151031afba52f71536063339f52e7.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
}
}
};