fix default min depth again

This commit is contained in:
2015-07-18 17:16:44 +06:00
parent cf6a71f0c3
commit 8d1e8e7deb
3 changed files with 1 additions and 19 deletions

View File

@@ -380,7 +380,7 @@ namespace IsoTools {
#if UNITY_EDITOR
void Reset() {
tileSize = 32.0f;
minDepth = 0.0f;
minDepth = 1.0f;
maxDepth = 100.0f;
}