More minor tweaks

This commit is contained in:
2020-09-26 19:33:12 -07:00
parent bb48782eff
commit 4a6d019227
4 changed files with 6 additions and 4 deletions

View File

@ -512,7 +512,7 @@ namespace ConformalDecals {
cutoffField.guiActiveEditor = cutoffAdjustable;
wearField.guiActiveEditor = useBaseNormal;
var steps = 20;
var steps = 40;
if (scaleAdjustable) {
var minValue = Mathf.Max(Mathf.Epsilon, scaleRange.x);