Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
JohnCorby 2022-07-14 11:08:29 -07:00
commit aafd1aea0a

View File

@ -680,9 +680,9 @@
"type": "integer",
"description": "Resolution of the heightmap.\nHigher values means more detail but also more memory/cpu/gpu usage.\nThis value will be 1:1 with the heightmap texture width, but only at the equator.",
"format": "int32",
"default": 256,
"maximum": 2147483647.0,
"minimum": 0.0
"default": 200,
"maximum": 2000.0,
"minimum": 50.0
}
}
},