Fix T73111: Bake data of fluid causes crash of Blender

This commit is contained in:
Sebastián Barschkis 2020-01-15 17:22:00 +01:00
parent 7e20d6930d
commit 68462a9419
Notes: blender-bot 2023-02-13 23:43:13 +01:00
Referenced by issue #73111, Bake data of fluid causes crash of Blender
1 changed files with 1 additions and 1 deletions

View File

@ -2621,7 +2621,7 @@ void MANTA::updatePointers()
mantaFloatObjects.push_back(std::make_tuple(
&mColorGHigh, "color_g" + noise_ext, func, mUsingSmoke & mUsingNoise & mUsingColors));
mantaFloatObjects.push_back(std::make_tuple(
&mColorRHigh, "color_b" + noise_ext, func, mUsingSmoke & mUsingNoise & mUsingColors));
&mColorBHigh, "color_b" + noise_ext, func, mUsingSmoke & mUsingNoise & mUsingColors));
std::vector<std::tuple<std::vector<pData> **, std::string, std::string, bool>> mantaPDataObjects;
mantaPDataObjects.push_back(