From 994b52ea55e4c061c971f1f897155bb6b6cec943 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Fri, 8 Feb 2013 21:45:47 +0000 Subject: [PATCH] Correct default value for GR_STATIC_RECT_VB git-svn-id: http://skia.googlecode.com/svn/trunk@7685 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h index 00e77eadb3..752bda659c 100644 --- a/include/gpu/GrConfig.h +++ b/include/gpu/GrConfig.h @@ -321,7 +321,7 @@ inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); } * view / texture matrix. */ #if !defined(GR_STATIC_RECT_VB) - #define GR_STATIC_RECT_VB 1 + #define GR_STATIC_RECT_VB 0 #endif /** -- 2.34.1