Revision: 21525
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21525
Author:   imbusy
Date:     2009-07-11 15:47:05 +0200 (Sat, 11 Jul 2009)

Log Message:
-----------
sorry, legacy mode was on in the last commit, but everything is still working

Modified Paths:
--------------
    branches/soc-2009-imbusy/source/blender/gpu/intern/gpu_buffers.c

Modified: branches/soc-2009-imbusy/source/blender/gpu/intern/gpu_buffers.c
===================================================================
--- branches/soc-2009-imbusy/source/blender/gpu/intern/gpu_buffers.c    
2009-07-11 13:45:01 UTC (rev 21524)
+++ branches/soc-2009-imbusy/source/blender/gpu/intern/gpu_buffers.c    
2009-07-11 13:47:05 UTC (rev 21525)
@@ -241,7 +241,7 @@
        DEBUG_VBO("GPU_drawobject_new\n");
 
        object = MEM_callocN(sizeof(GPUDrawObject),"GPU_drawobject_new");
-       object->legacy = 1;
+       /*object->legacy = 1;*/
        memset(numverts,0,sizeof(int)*256);
 
        mvert = dm->getVertArray(dm);


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

Reply via email to