lower MAX_LIGHT_DATA since it's now a count of structs not of bytes
This commit is contained in:
parent
5adb61a9b4
commit
50e4eb34b2
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ enum FDynLightDataArrays
|
|||
LIGHTARRAY_ADDITIVE,
|
||||
};
|
||||
|
||||
#define MAX_LIGHT_DATA 65536
|
||||
#define MAX_LIGHT_DATA 8192
|
||||
|
||||
struct FDynLightData
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue