mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-13 05:46:59 -04:00
Fix getSteve/AlexSkin ignores scaleRatio param
This commit is contained in:
parent
9b69fe8c56
commit
e7c2170ce3
@ -159,11 +159,11 @@ public final class AccountHelper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static Image getSteveSkin(double scaleRatio) {
|
public static Image getSteveSkin(double scaleRatio) {
|
||||||
return scale("/assets/img/steve.png", 4);
|
return scale("/assets/img/steve.png", scaleRatio);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Image getAlexSkin(double scaleRatio) {
|
public static Image getAlexSkin(double scaleRatio) {
|
||||||
return scale("/assets/img/alex.png", 4);
|
return scale("/assets/img/alex.png", scaleRatio);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Image getDefaultSkin(UUID uuid, double scaleRatio) {
|
public static Image getDefaultSkin(UUID uuid, double scaleRatio) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user