mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Make simplifiedUI default to 20:20 vision
This commit is contained in:
parent
1571c2be27
commit
71bc1a4258
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@ function maybeUpdateOutputDeviceMutedOverlay() {
|
|||
var oldAutomaticLODAdjust;
|
||||
var oldLODAngleDeg;
|
||||
var SIMPLIFIED_UI_AUTO_LOD_ADJUST = false;
|
||||
var SIMPLIFIED_UI_LOD_ANGLE_DEG = 0.5;
|
||||
var SIMPLIFIED_UI_LOD_ANGLE_DEG = 0.248;
|
||||
function modifyLODSettings() {
|
||||
oldAutomaticLODAdjust = LODManager.automaticLODAdjust;
|
||||
oldLODAngleDeg = LODManager.lodAngleDeg;
|
||||
|
|
Loading…
Reference in a new issue