remove an unused value

This commit is contained in:
2024-06-28 16:40:09 -06:00
parent 2d655e9156
commit 2a495b2c0a

View File

@@ -428,7 +428,6 @@
[])))
:Array<LightSource> actorLightSources
(Lambda.flatten (for =>actorKey character scene.characters
actorKey
(if (lightSources.exists actorKey)
(for ls .elements (lightSources.get actorKey)
(director.offsetLightSource ls character.stagePosition))