diobat / FluxLumina

FluxLumina is an openGL based rendering engine
MIT License
9 stars 0 forks source link

50 skybox absence crash #53

Closed diobat closed 10 months ago

diobat commented 10 months ago

Fixed the crash ocurring in the instances where we wanted to add the cubemap from a diffusion map's original image to the skybox and did not have another skybox already in place.

Fixed it by checking whether or not there is an already existing skybox and creating one in case there is not.