Removed debug print
This commit is contained in:
parent
f5fa373519
commit
ca017e3f7b
|
@ -246,11 +246,6 @@ public class LightMapper
|
|||
|
||||
if (propLight != null)
|
||||
{
|
||||
if (propLight.QuadLit)
|
||||
{
|
||||
Console.WriteLine("Quadlit light wowzer");
|
||||
}
|
||||
|
||||
var light = new Light
|
||||
{
|
||||
Position = baseLight.Position + propLight.Offset,
|
||||
|
|
Loading…
Reference in New Issue