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:
authorAntony Riakiotakis <kalast@gmail.com>2014-08-31 18:47:54 +0400
committerAntony Riakiotakis <kalast@gmail.com>2014-08-31 18:49:26 +0400
commitab6f4491ea83477ea9ed0a0e93d21ca5ac2254f7 (patch)
tree64b3864870748ccdb9ee447d70ca02c575d1dbfd /source/blender/blenkernel/intern/material.c
parent87c76ddaffc6dfebf0b85f8ec147b4ede9552a90 (diff)
T41650
Typo in material localization code.
Diffstat (limited to 'source/blender/blenkernel/intern/material.c')
-rw-r--r--source/blender/blenkernel/intern/material.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/material.c b/source/blender/blenkernel/intern/material.c
index 574d4580350..eeca60f7ef4 100644
--- a/source/blender/blenkernel/intern/material.c
+++ b/source/blender/blenkernel/intern/material.c
@@ -274,7 +274,7 @@ Material *localize_material(Material *ma)
if (ma->ramp_col) man->ramp_col = MEM_dupallocN(ma->ramp_col);
if (ma->ramp_spec) man->ramp_spec = MEM_dupallocN(ma->ramp_spec);
- ma->texpaintslot = NULL;
+ man->texpaintslot = NULL;
man->preview = NULL;
if (ma->nodetree)