lwjglgamedev / lwjglbook-leg

Source code of the chapters of the book 3D Game Development with LWJGL 3
https://ahbejarano.gitbook.io/lwjglgamedev/
Apache License 2.0
560 stars 202 forks source link

SpotLight pointLight bug #60

Closed jpwrunyan closed 5 years ago

jpwrunyan commented 5 years ago

fixes bug where pointLight instance is overwritten by SpotLight Someone please check this because I'm still having issues getting the spotlight tutorial to work. But absolutely the spotLight's internal pointLight isn't supposed to be the same as the global pointLight.

lwjglgamedev commented 5 years ago

Thanks for this fix !