mirror of
https://github.com/jamessanford/kegs.git
synced 2025-01-09 20:30:59 +00:00
Fix typo.
This commit is contained in:
parent
63b7bf1c6d
commit
406dc13ff3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user