commit | 994b52ea55e4c061c971f1f897155bb6b6cec943 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 08 21:45:47 2013 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 08 21:45:47 2013 +0000 |
tree | 49a5ab7235ffcbf5434db7559d7535a318aaa7da | |
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
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h index 00e77ea..752bda6 100644 --- a/include/gpu/GrConfig.h +++ b/include/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 /**