mCheckerboardShouldShowChecks should default to true. DONTBUILD

This commit is contained in:
Benoit Girard 2012-02-21 16:19:23 -05:00
parent f0820375b8
commit 6a237f25c7

View File

@ -90,7 +90,7 @@ public class LayerController {
/* The new color for the checkerboard. */
private int mCheckerboardColor;
private boolean mCheckerboardShouldShowChecks;
private boolean mCheckerboardShouldShowChecks = true;
private boolean mForceRedraw;