[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37255] branches/soc-2011-onion/source/ blender/blenkernel/intern/subsurf_ccg.c: GPU_buffers. h got renamed to gpu_buffers.h, changed it back

Jason Wilkins Jason.A.Wilkins at gmail.com
Mon Jun 6 18:54:54 CEST 2011


Revision: 37255
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37255
Author:   jwilkins
Date:     2011-06-06 16:54:53 +0000 (Mon, 06 Jun 2011)
Log Message:
-----------
GPU_buffers.h got renamed to gpu_buffers.h, changed it back

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/blenkernel/intern/subsurf_ccg.c

Modified: branches/soc-2011-onion/source/blender/blenkernel/intern/subsurf_ccg.c
===================================================================
--- branches/soc-2011-onion/source/blender/blenkernel/intern/subsurf_ccg.c	2011-06-06 16:13:51 UTC (rev 37254)
+++ branches/soc-2011-onion/source/blender/blenkernel/intern/subsurf_ccg.c	2011-06-06 16:54:53 UTC (rev 37255)
@@ -66,7 +66,7 @@
 #include "BIF_gl.h"
 #include "BIF_glutil.h"
 
-#include "gpu_buffers.h"
+#include "GPU_buffers.h"
 #include "GPU_draw.h"
 #include "GPU_extensions.h"
 #include "GPU_material.h"




More information about the Bf-blender-cvs mailing list