Fix FogMaterial memory leak
This commit is contained in:
parent
9df6491853
commit
0f66bc9ba6
1 changed files with 1 additions and 0 deletions
|
@ -1220,6 +1220,7 @@ void unregister_scene_types() {
|
|||
PhysicalSkyMaterial::cleanup_shader();
|
||||
PanoramaSkyMaterial::cleanup_shader();
|
||||
ProceduralSkyMaterial::cleanup_shader();
|
||||
FogMaterial::cleanup_shader();
|
||||
#endif // _3D_DISABLED
|
||||
|
||||
ParticleProcessMaterial::finish_shaders();
|
||||
|
|
Loading…
Reference in a new issue