Fix typo.

This commit is contained in:
James Sanford 2012-09-30 21:20:09 -07:00
parent 63b7bf1c6d
commit 406dc13ff3

View File

@ -102,7 +102,7 @@ class BitmapSize {
mCropped = crop;
mScaleFactorX = scaleX;
mScaleFactorY = scaleY;
Log.w("kegs", "using scale " + scaleX + ":" + scaleY + " " + crop + from screen " + width + "x" + height);
Log.w("kegs", "using scale " + scaleX + ":" + scaleY + " " + crop + " from screen " + width + "x" + height);
}
// call us when you update your screen size/configuration