mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
fix default min depth again
This commit is contained in:
@@ -380,7 +380,7 @@ namespace IsoTools {
|
||||
#if UNITY_EDITOR
|
||||
void Reset() {
|
||||
tileSize = 32.0f;
|
||||
minDepth = 0.0f;
|
||||
minDepth = 1.0f;
|
||||
maxDepth = 100.0f;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user