[Bf-blender-cvs] [e8e32db] master: Fix compile error in last commit, forgot to include this change.

Brecht Van Lommel noreply at git.blender.org
Thu Feb 6 16:11:36 CET 2014


Commit: e8e32db3be888b4bdba2405b15d1718e45ffd1c4
Author: Brecht Van Lommel
Date:   Thu Feb 6 16:10:17 2014 +0100
https://developer.blender.org/rBe8e32db3be888b4bdba2405b15d1718e45ffd1c4

Fix compile error in last commit, forgot to include this change.

===================================================================

M	source/blender/blenkernel/intern/scene.c

===================================================================

diff --git a/source/blender/blenkernel/intern/scene.c b/source/blender/blenkernel/intern/scene.c
index 580f7ab..922b386 100644
--- a/source/blender/blenkernel/intern/scene.c
+++ b/source/blender/blenkernel/intern/scene.c
@@ -1707,7 +1707,7 @@ SceneRenderLayer *BKE_scene_add_render_layer(Scene *sce, const char *name)
 	srl->lay = (1 << 20) - 1;
 	srl->layflag = 0x7FFF;   /* solid ztra halo edge strand */
 	srl->passflag = SCE_PASS_COMBINED | SCE_PASS_Z;
-	slr->pass_alpha_threshold = 0.5f;
+	srl->pass_alpha_threshold = 0.5f;
 	BKE_freestyle_config_init(&srl->freestyleConfig);
 
 	return srl;




More information about the Bf-blender-cvs mailing list