mirror of
https://github.com/jamessanford/kegs.git
synced 2025-08-15 12:27:38 +00:00
Fix typo.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user