Revert show accurate scaling

This commit is contained in:
Sollace 2018-08-30 18:42:27 +02:00
parent c622eeb2c1
commit d9f3cd5202

View file

@ -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;
} }
} }