drop the incorrect scale from domain settings

This commit is contained in:
Stephen Birarda 2016-11-10 16:53:56 -08:00
parent 020942c826
commit 7f46714645

View file

@ -874,7 +874,7 @@
{
"name": "min_avatar_scale",
"type": "double",
"label": "Minimum Avatar Scale (meters)",
"label": "Minimum Avatar Scale",
"help": "Limits the scale of avatars in your domain. Must be at least 0.005.",
"placeholder": 0.25,
"default": 0.25
@ -882,7 +882,7 @@
{
"name": "max_avatar_scale",
"type": "double",
"label": "Maximum Avatar Scale (meters)",
"label": "Maximum Avatar Scale",
"help": "Limits the scale of avatars in your domain. Cannot be greater than 1000.",
"placeholder": 3.0,
"default": 3.0