Remove debug cell lighting log
This commit is contained in:
parent
170ec83fb1
commit
1c869bb123
|
@ -599,7 +599,6 @@ public class LightMapper
|
||||||
cell.LightIndices[0]++;
|
cell.LightIndices[0]++;
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.Information("Cell {Id} sees ({Count}) lights.", i, cell.LightIndices[0]);
|
|
||||||
if (cell.LightIndexCount > 97)
|
if (cell.LightIndexCount > 97)
|
||||||
{
|
{
|
||||||
Log.Warning("Cell {Id} sees too many lights ({Count})", i, cell.LightIndices[0]);
|
Log.Warning("Cell {Id} sees too many lights ({Count})", i, cell.LightIndices[0]);
|
||||||
|
|
Loading…
Reference in New Issue