Fix: Cached distortion grids are not reset

The patch that introduced distortion grids forgot to reset them in the
static cache manager.
This commit is contained in:
Omar Emara
2023-09-25 14:13:42 +03:00
parent 8fbfc991a5
commit 869d0aeaa1

View File

@@ -15,6 +15,7 @@ void StaticCacheManager::reset()
cached_masks.reset();
smaa_precomputed_textures.reset();
ocio_color_space_conversion_shaders.reset();
distortion_grids.reset();
}
} // namespace blender::realtime_compositor