Fix typo in last commit

This commit is contained in:
Joseph Eagar 2021-10-05 18:52:23 -07:00
parent 86ee4dc571
commit 66c8a8ac24
2 changed files with 1009 additions and 972 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10513,6 +10513,10 @@ static void sculpt_update_cache_invariants(
float max_scale;
int mode;
if (!sd->channels) {
BKE_brush_init_toolsettings(sd);
}
cache->C = C;
ss->cache = cache;