zaycev / bevy-magic-light-2d

Experiment with computing 2D shading, lighting and shadows with Bevy Engine
Apache License 2.0
427 stars 37 forks source link

Isn't this redudant because of the chain? #25

Closed LemonjamesD closed 4 months ago

LemonjamesD commented 11 months ago

https://github.com/zaycev/bevy-magic-light-2d/blob/a52717f43cb1c85c7a54d20026ab625acfced26d/src/gi/mod.rs#L50-L58

zaycev commented 11 months ago

Yeah, we don't need those after calls anymore. Feel free to send a cleanup PR :)