Chromium Code Reviews| Index: third_party/gles2_book/Chapter_11/Stencil_Test/Stencil_Test.c |
| =================================================================== |
| --- third_party/gles2_book/Chapter_11/Stencil_Test/Stencil_Test.c (revision 93075) |
| +++ third_party/gles2_book/Chapter_11/Stencil_Test/Stencil_Test.c (working copy) |
| @@ -121,7 +121,7 @@ |
| { 1.0f, 1.0f, 0.0f, 0.0f } |
| }; |
| - GLint numStencilBits; |
| + GLint numStencilBits = 0; |
| GLuint stencilValues[NumTests] = { |
| 0x7, // Result of test 0 |
| 0x0, // Result of test 1 |