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

@@ -1,9 +0,0 @@
fileFormatVersion: 2
guid: b0264992f90e27e48beeee54b801c8f2
folderAsset: yes
timeCreated: 1436707381
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,9 +0,0 @@
fileFormatVersion: 2
guid: 47c3c77b488bde14eac761a5144660ed
folderAsset: yes
timeCreated: 1436707381
licenseType: Free
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

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;
}