pmndrs / postprocessing

A post processing library for three.js.
zlib License
2.32k stars 209 forks source link

Fix renderer null #612

Closed gitplus closed 7 months ago

gitplus commented 7 months ago

When the renderer is null, the program reports an error.

vanruesc commented 7 months ago

Thanks!

There are probably some other places where renderer isn't checked for null. I'll take a look.