mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Revert show accurate scaling
This commit is contained in:
parent
c622eeb2c1
commit
d9f3cd5202
1 changed files with 1 additions and 1 deletions
|
@ -73,6 +73,6 @@ public class PonyConfig extends SensibleConfig implements Exposable {
|
||||||
}
|
}
|
||||||
|
|
||||||
public float getGlobalScaleFactor() {
|
public float getGlobalScaleFactor() {
|
||||||
return showscale ? 1F : 1.3F;
|
return showscale ? 0.9F : 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue