Radar, WaterCannon, win/glfw skels

This commit is contained in:
eray orçunus
2020-10-14 18:07:05 +03:00
parent 7bf2373fed
commit b98864d134
12 changed files with 622 additions and 350 deletions

View File

@@ -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
}
}
};