lower MAX_LIGHT_DATA since it's now a count of structs not of bytes

This commit is contained in:
Ricardo Luís Vaz Silva 2025-01-16 21:31:53 -03:00 committed by Magnus Norddahl
commit 50e4eb34b2

View file

@ -63,7 +63,7 @@ enum FDynLightDataArrays
LIGHTARRAY_ADDITIVE,
};
#define MAX_LIGHT_DATA 65536
#define MAX_LIGHT_DATA 8192
struct FDynLightData
{