default min depth fix

This commit is contained in:
2015-07-17 23:31:24 +06:00
parent 4ab3de12e7
commit cf6a71f0c3

View File

@@ -64,7 +64,7 @@ namespace IsoTools {
}
[SerializeField]
public float _minDepth = 0.0f;
public float _minDepth = 1.0f;
public float minDepth {
get { return _minDepth; }
set {