mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-16 14:09:00 +07:00
default min depth fix
This commit is contained in:
@@ -64,7 +64,7 @@ namespace IsoTools {
|
||||
}
|
||||
|
||||
[SerializeField]
|
||||
public float _minDepth = 0.0f;
|
||||
public float _minDepth = 1.0f;
|
||||
public float minDepth {
|
||||
get { return _minDepth; }
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user