little renaming

This commit is contained in:
2016-12-28 23:39:46 +07:00
parent c6de29bd5a
commit 6afa1e24f6
7 changed files with 2357 additions and 85 deletions

View File

@@ -7,7 +7,7 @@ namespace IsoTools {
public sealed class IsoParent : IsoBehaviour<IsoParent> {
public IsoWorld isoWorld {
get {
return FindFirstActiveParentWorld();
return FindFirstActiveWorld();
}
}
}