Merge branch 'blender-v3.6-release'

This commit is contained in:
Jacques Lucke 2023-06-14 16:09:18 +02:00
commit 2db1ab9245
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
#ifdef __cplusplus
namespace blender::bke::sim {
class ModifierSimulationCachePtr;
struct ModifierSimulationCachePtr;
}
using ModifierSimulationCachePtrHandle = blender::bke::sim::ModifierSimulationCachePtr;
#else