Correct default value for GR_STATIC_RECT_VB



git-svn-id: http://skia.googlecode.com/svn/trunk/include@7685 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/GrConfig.h b/gpu/GrConfig.h
index 00e77ea..752bda6 100644
--- a/gpu/GrConfig.h
+++ b/gpu/GrConfig.h
@@ -321,7 +321,7 @@
  *  view / texture matrix.
  */
 #if !defined(GR_STATIC_RECT_VB)
-    #define GR_STATIC_RECT_VB 1
+    #define GR_STATIC_RECT_VB 0
 #endif
 
 /**