Added toggle for lm_dynamic
This commit is contained in:
parent
2c45d9aa99
commit
57202305d6
6 changed files with 9 additions and 7 deletions
|
|
@ -54,7 +54,7 @@ struct LightmapTile
|
|||
// True if the tile needs to be rendered into the lightmap texture before it can be used
|
||||
bool NeedsUpdate = true;
|
||||
|
||||
bool AlwaysUpdate = false;
|
||||
uint8_t AlwaysUpdate = 0;
|
||||
|
||||
FVector2 ToUV(const FVector3& vert) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue