mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Fix regression in Volumetric Lighting filter
This commit is contained in:
parent
be1eb1d812
commit
24b8bd8b96
@ -167,7 +167,7 @@ class CommonFilters:
|
||||
auxbits |= AuxBitplaneAttrib.ABOGlow
|
||||
|
||||
if ("VolumetricLighting" in configuration):
|
||||
needtex[configuration["VolumetricLighting"].source] = True
|
||||
needtex.add(configuration["VolumetricLighting"].source)
|
||||
|
||||
for tex in needtex:
|
||||
self.textures[tex] = Texture("scene-" + tex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user