Apply limits to the ZDRayInfo lm_sampledist value
This commit is contained in:
parent
a0f56b3163
commit
5ac0b1b84c
3 changed files with 8 additions and 7 deletions
|
|
@ -5,6 +5,9 @@
|
|||
#include "vectors.h"
|
||||
#include "bounds.h"
|
||||
|
||||
#define LIGHTMAP_GLOBAL_SAMPLE_DISTANCE_MIN (int)4
|
||||
#define LIGHTMAP_GLOBAL_SAMPLE_DISTANCE_MAX (int)64
|
||||
|
||||
struct LevelMeshSurface;
|
||||
|
||||
struct LightmapTileBinding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue