refactor: Update Unity to 2022.3.62
This commit is contained in:
@@ -79,8 +79,7 @@ namespace Cryville.Crtr.Browsing.UI {
|
||||
protected override void OnEnable() {
|
||||
base.OnEnable();
|
||||
m_layoutMinWidth = GetTargetLayoutMinWidth();
|
||||
if (_tweener == null)
|
||||
_tweener = new PropertyTweener<float>(
|
||||
_tweener ??= new PropertyTweener<float>(
|
||||
() => m_layoutMinWidth,
|
||||
v => UpdateLayoutMinWidth(v),
|
||||
Tweeners.Float.With(EasingFunctions.OutQuad)
|
||||
|
Reference in New Issue
Block a user