mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 07:32:10 +02:00
Set the LOD angle in simplifiedUI to current effective default, to be adjusted later
This commit is contained in:
parent
3da5896e22
commit
601b579c42
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 = 1.0
|
||||
var SIMPLIFIED_UI_LOD_ANGLE_DEG = 0.5;
|
||||
function modifyLODSettings() {
|
||||
oldAutomaticLODAdjust = LODManager.automaticLODAdjust;
|
||||
oldLODAngleDeg = LODManager.lodAngleDeg;
|
||||
|
|
Loading…
Reference in a new issue