diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-08 21:45:47 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-08 21:45:47 +0000 |
commit | 994b52ea55e4c061c971f1f897155bb6b6cec943 (patch) | |
tree | 49a5ab7235ffcbf5434db7559d7535a318aaa7da /include | |
parent | 522dbd2e626075366a8e880300305fadb0ad8839 (diff) |
Correct default value for GR_STATIC_RECT_VB
git-svn-id: http://skia.googlecode.com/svn/trunk@7685 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/gpu/GrConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 /** |