Re-initialize light sources.
Foundry v12 no longer initializes the lights fully on calling perception manager to do so, making the following insufficient.
canvas.perception.update({ initializeLighting: true }, true); Copy
canvas.perception.update({ initializeLighting: true }, true);
Re-initialize light sources.