[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37444] branches/soc-2011-onion/source/ blender/editors/sculpt_paint/paint_utils.c: fixing a typo that was preventing compiling

Tom Musgrove LetterRip at gmail.com
Mon Jun 13 10:45:25 CEST 2011


Revision: 37444
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37444
Author:   letterrip
Date:     2011-06-13 08:45:25 +0000 (Mon, 13 Jun 2011)
Log Message:
-----------
fixing a typo that was preventing compiling

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_utils.c

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_utils.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_utils.c	2011-06-13 03:09:14 UTC (rev 37443)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_utils.c	2011-06-13 08:45:25 UTC (rev 37444)
@@ -591,7 +591,7 @@
 */
 float brush_tex_strength(
 	ViewContext *vc,
-	float UNUSED(pmat)[4][4],
+	float UNUSED(pmat[4][4]),
 	float symm_brush_local_mat[4][4],
 	int mirror_symmetry_pass,
 	Brush *br,




More information about the Bf-blender-cvs mailing list