no vsync
This commit is contained in:
parent
a3d9ebbc63
commit
c5b554f4c6
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -99,8 +99,8 @@ public class GameSettings {
|
||||||
public boolean chatLinksPrompt = true;
|
public boolean chatLinksPrompt = true;
|
||||||
public float chatOpacity = 1.0F;
|
public float chatOpacity = 1.0F;
|
||||||
public boolean snooperEnabled = true;
|
public boolean snooperEnabled = true;
|
||||||
public boolean enableVsync = true;
|
public boolean enableVsync = false;
|
||||||
public boolean allowBlockAlternatives = true;
|
public boolean allowBlockAlternatives = false;
|
||||||
public boolean reducedDebugInfo = false;
|
public boolean reducedDebugInfo = false;
|
||||||
public boolean hideServerAddress;
|
public boolean hideServerAddress;
|
||||||
public boolean advancedItemTooltips;
|
public boolean advancedItemTooltips;
|
||||||
|
@ -118,7 +118,7 @@ public class GameSettings {
|
||||||
public float chatHeightUnfocused = 0.44366196F;
|
public float chatHeightUnfocused = 0.44366196F;
|
||||||
public float chatHeightFocused = 1.0F;
|
public float chatHeightFocused = 1.0F;
|
||||||
public boolean showInventoryAchievementHint = true;
|
public boolean showInventoryAchievementHint = true;
|
||||||
public int mipmapLevels = 1;
|
public int mipmapLevels = 0;
|
||||||
private Map<SoundCategory, Float> mapSoundLevels = Maps.newEnumMap(SoundCategory.class);
|
private Map<SoundCategory, Float> mapSoundLevels = Maps.newEnumMap(SoundCategory.class);
|
||||||
public float streamBytesPerPixel = 0.5F;
|
public float streamBytesPerPixel = 0.5F;
|
||||||
public float streamMicVolume = 1.0F;
|
public float streamMicVolume = 1.0F;
|
||||||
|
@ -132,7 +132,7 @@ public class GameSettings {
|
||||||
public int streamChatUserFilter = 0;
|
public int streamChatUserFilter = 0;
|
||||||
public int streamMicToggleBehavior = 0;
|
public int streamMicToggleBehavior = 0;
|
||||||
public boolean field_181150_U = true;
|
public boolean field_181150_U = true;
|
||||||
public boolean field_181151_V = true;
|
public boolean field_181151_V = false;
|
||||||
public KeyBinding keyBindForward = new KeyBinding("key.forward", 17, "key.categories.movement");
|
public KeyBinding keyBindForward = new KeyBinding("key.forward", 17, "key.categories.movement");
|
||||||
public KeyBinding keyBindLeft = new KeyBinding("key.left", 30, "key.categories.movement");
|
public KeyBinding keyBindLeft = new KeyBinding("key.left", 30, "key.categories.movement");
|
||||||
public KeyBinding keyBindBack = new KeyBinding("key.back", 31, "key.categories.movement");
|
public KeyBinding keyBindBack = new KeyBinding("key.back", 31, "key.categories.movement");
|
||||||
|
@ -230,7 +230,7 @@ public class GameSettings {
|
||||||
);
|
);
|
||||||
this.difficulty = EnumDifficulty.NORMAL;
|
this.difficulty = EnumDifficulty.NORMAL;
|
||||||
this.lastServer = "";
|
this.lastServer = "";
|
||||||
this.fovSetting = 80.0F;
|
this.fovSetting = 70.0F;
|
||||||
this.gammaSetting = 1.0F;
|
this.gammaSetting = 1.0F;
|
||||||
this.language = EagRuntime.getConfiguration().getDefaultLocale();
|
this.language = EagRuntime.getConfiguration().getDefaultLocale();
|
||||||
this.forceUnicodeFont = false;
|
this.forceUnicodeFont = false;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user