bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.05k stars 151 forks source link

Undo / redo not working for setting back lighting config values. #772

Closed bryanedds closed 2 months ago

bryanedds commented 3 months ago

This is because lighting config values are one of the very few values that aren't a part of the functional world representation but rather imperative inside the renderer.

Might be appropriate just to fix this one-off issue with a hack for now. Either that or we would need to make lighting config a part of the World somehow?