Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastián Barschkis <sebbas@sebbas.org>2020-01-15 19:22:00 +0300
committerSebastián Barschkis <sebbas@sebbas.org>2020-01-15 19:22:00 +0300
commit68462a941946af8d39d817101a3746e31365e8c9 (patch)
treed775aeb373c2ca115dc01e2c2aabcf9c1e11b415 /intern/mantaflow
parent7e20d6930d91b4a62e076b6593ebbf984816f04d (diff)
Fix T73111: Bake data of fluid causes crash of Blender
Diffstat (limited to 'intern/mantaflow')
-rw-r--r--intern/mantaflow/intern/MANTA_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/mantaflow/intern/MANTA_main.cpp b/intern/mantaflow/intern/MANTA_main.cpp
index fc309c76b30..1980c11fe87 100644
--- a/intern/mantaflow/intern/MANTA_main.cpp
+++ b/intern/mantaflow/intern/MANTA_main.cpp
@@ -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(