[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [15724] branches/apricot/source/blender/ blenkernel/intern/DerivedMesh.c: Apricot Branch: fix for typo, no idea how this compiled with gcc..

Brecht Van Lommel brechtvanlommel at pandora.be
Thu Jul 24 00:24:06 CEST 2008


Revision: 15724
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=15724
Author:   blendix
Date:     2008-07-24 00:23:28 +0200 (Thu, 24 Jul 2008)

Log Message:
-----------
Apricot Branch: fix for typo, no idea how this compiled with gcc..

Modified Paths:
--------------
    branches/apricot/source/blender/blenkernel/intern/DerivedMesh.c

Modified: branches/apricot/source/blender/blenkernel/intern/DerivedMesh.c
===================================================================
--- branches/apricot/source/blender/blenkernel/intern/DerivedMesh.c	2008-07-23 21:37:37 UTC (rev 15723)
+++ branches/apricot/source/blender/blenkernel/intern/DerivedMesh.c	2008-07-23 22:23:28 UTC (rev 15724)
@@ -1898,7 +1898,7 @@
 		void *userData)
 {
 	/* not supported yet */
-	vDM_drawFacesText(dm, NULL);
+	vDM_drawFacesTex(dm, NULL);
 }
 
 /**/





More information about the Bf-blender-cvs mailing list