Allow pause on lost focus

This commit is contained in:
Brady 2018-09-25 20:54:33 -05:00
parent 3483be4bed
commit b3f06c6fac
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -55,7 +55,6 @@ public class BaritoneAutoTest implements AbstractGameEventListener, Helper {
s.particleSetting = 2; s.particleSetting = 2;
s.overrideWidth = 128; s.overrideWidth = 128;
s.overrideHeight = 128; s.overrideHeight = 128;
s.pauseOnLostFocus = false;
s.heldItemTooltips = false; s.heldItemTooltips = false;
s.entityShadows = false; s.entityShadows = false;
s.chatScale = 0.0F; s.chatScale = 0.0F;