Chromium Code Reviews| Index: samplecode/SampleShadowing.cpp |
| diff --git a/samplecode/SampleShadowing.cpp b/samplecode/SampleShadowing.cpp |
| index c20204c29bc4ec590776e11aed9669a1b00ad503..929d62ba7ef3e62db71c726dc4f0dab9a8cfc035 100644 |
| --- a/samplecode/SampleShadowing.cpp |
| +++ b/samplecode/SampleShadowing.cpp |
| @@ -166,7 +166,7 @@ protected: |
| SkVector3::Make(x, |
| kHeight - y, |
| fLightDepth), |
| - 100000, true)); |
| + 400, true)); |
| fLights = builder.finish(); |
| } |