Add comment about sunlight
This commit is contained in:
parent
0a4dcc6de0
commit
dff2a9da2c
|
@ -617,6 +617,7 @@ public class WorldRep : IChunk
|
||||||
|
|
||||||
public void Reset()
|
public void Reset()
|
||||||
{
|
{
|
||||||
|
// TODO: Seems light we store something for sunlight at index 0 even if sunlight isn't being used
|
||||||
LightCount = 0;
|
LightCount = 0;
|
||||||
DynamicLightCount = 0;
|
DynamicLightCount = 0;
|
||||||
AnimMapCount = 0;
|
AnimMapCount = 0;
|
||||||
|
|
Loading…
Reference in New Issue