mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 09:22:45 +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;
|
||||
|
||||
memset( &fakeLight, 0, sizeof( fakeLight ) );
|
||||
fakeLight.parms = renderLight;
|
||||
|
||||
R_DeriveLightData( &fakeLight );
|
||||
|
|
Loading…
Reference in a new issue