1
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user