This commit is contained in:
CortexCore
2024-04-22 03:48:37 +08:00
parent 0362b2c606
commit c1f51826b3
35 changed files with 556 additions and 270 deletions

View File

@@ -16,7 +16,7 @@ namespace BITKit.OpenWorld
base.OnLodChanged(oldLod, newLod);
OnLodChangedEvent?.Invoke(oldLod,newLod);
}
#if UNITY_EDITOR
[BIT]
private void CalculateBounds()
{
@@ -41,6 +41,7 @@ namespace BITKit.OpenWorld
offset = bounds.center - transform.position;
EditorUtility.SetDirty(this);
}
#endif
}
}