mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
Fix FogMaterial memory leak
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user