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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to