[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49782] branches/soc-2012-swiss_cheese/ source/blender/editors/space_text/space_text.c: Forgot to add in last commit

Alexander Kuznetsov kuzsasha at gmail.com
Fri Aug 10 23:14:14 CEST 2012


Revision: 49782
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49782
Author:   alexk
Date:     2012-08-10 21:14:13 +0000 (Fri, 10 Aug 2012)
Log Message:
-----------
Forgot to add in last commit

Modified Paths:
--------------
    branches/soc-2012-swiss_cheese/source/blender/editors/space_text/space_text.c

Modified: branches/soc-2012-swiss_cheese/source/blender/editors/space_text/space_text.c
===================================================================
--- branches/soc-2012-swiss_cheese/source/blender/editors/space_text/space_text.c	2012-08-10 21:08:28 UTC (rev 49781)
+++ branches/soc-2012-swiss_cheese/source/blender/editors/space_text/space_text.c	2012-08-10 21:14:13 UTC (rev 49782)
@@ -435,7 +435,7 @@
 	
 	/* clear and setup matrix */
 	UI_ThemeClearColor(TH_BACK);
-	glClear(GL_COLOR_BUFFER_BIT);
+	gpuClear(GL_COLOR_BUFFER_BIT);
 	
 	// UI_view2d_view_ortho(v2d);
 		




More information about the Bf-blender-cvs mailing list