mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-28 22:29:54 +02:00
Merge pull request #16463 from zfox23/newHazeMinMax
DEV-2695: Update Zone Haze floor and ceiling mins and maxes in the UI
This commit is contained in:
commit
d29fdbd9f2
1 changed files with 4 additions and 4 deletions
|
@ -398,8 +398,8 @@ const GROUPS = [
|
||||||
{
|
{
|
||||||
label: "Base",
|
label: "Base",
|
||||||
type: "number-draggable",
|
type: "number-draggable",
|
||||||
min: -1000,
|
min: -16000,
|
||||||
max: 1000,
|
max: 16000,
|
||||||
step: 1,
|
step: 1,
|
||||||
decimals: 0,
|
decimals: 0,
|
||||||
unit: "m",
|
unit: "m",
|
||||||
|
@ -409,8 +409,8 @@ const GROUPS = [
|
||||||
{
|
{
|
||||||
label: "Ceiling",
|
label: "Ceiling",
|
||||||
type: "number-draggable",
|
type: "number-draggable",
|
||||||
min: -1000,
|
min: -16000,
|
||||||
max: 5000,
|
max: 16000,
|
||||||
step: 1,
|
step: 1,
|
||||||
decimals: 0,
|
decimals: 0,
|
||||||
unit: "m",
|
unit: "m",
|
||||||
|
|
Loading…
Reference in a new issue