mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 20:13:06 +00:00
Stop scaling bitmaps down
This commit is contained in:
parent
010e03252e
commit
094d642739
@ -98,9 +98,6 @@ public class NetworkAssetLoader implements CachedAppAssetLoader.NetworkLoader {
|
|||||||
.tryGet();
|
.tryGet();
|
||||||
if (bmp != null) {
|
if (bmp != null) {
|
||||||
LimeLog.info("Network asset load complete: " + tuple);
|
LimeLog.info("Network asset load complete: " + tuple);
|
||||||
|
|
||||||
// Scale the bitmap to half size
|
|
||||||
bmp = Bitmap.createScaledBitmap(bmp, bmp.getWidth() / 2, bmp.getHeight() / 2, true);
|
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
LimeLog.info("Network asset load failed: " + tuple);
|
LimeLog.info("Network asset load failed: " + tuple);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user