From ab6f4491ea83477ea9ed0a0e93d21ca5ac2254f7 Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Sun, 31 Aug 2014 16:47:54 +0200 Subject: T41650 Typo in material localization code. --- source/blender/blenkernel/intern/material.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/material.c') 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) -- cgit v1.2.3