remove commented out code

This commit is contained in:
Ricardo Luís Vaz Silva 2025-04-16 23:37:40 -03:00
commit fa03385980

View file

@ -96,7 +96,6 @@ static FDynamicLight *GetLight(FLevelLocals *Level)
ret->mShadowmapIndex = 1024;
ret->Level = Level;
ret->Pos.X = -10000000; // not a valid coordinate.
//ret->touchlists = new FDynamicLightTouchLists;
return ret;
}