mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-28 20:40:48 +00:00
Removed dangerous and obsolete memset
This commit is contained in:
parent
96e879361d
commit
887773cb24
1 changed files with 0 additions and 1 deletions
|
@ -534,7 +534,6 @@ void R_RenderLightFrustum( const renderLight_t& renderLight, idPlane lightFrustu
|
||||||
{
|
{
|
||||||
idRenderLightLocal fakeLight;
|
idRenderLightLocal fakeLight;
|
||||||
|
|
||||||
memset( &fakeLight, 0, sizeof( fakeLight ) );
|
|
||||||
fakeLight.parms = renderLight;
|
fakeLight.parms = renderLight;
|
||||||
|
|
||||||
R_DeriveLightData( &fakeLight );
|
R_DeriveLightData( &fakeLight );
|
||||||
|
|
Loading…
Reference in a new issue