Patch for Bullet initialisation, wasn't selecting the right bullet on start.
--HG-- branch : develop_5.3release
parent
5820447547
commit
0d28905892
|
@ -181,6 +181,7 @@ namespace UnityEngine.UI.Extensions
|
||||||
DistributePages();
|
DistributePages();
|
||||||
if (MaskArea) UpdateVisible();
|
if (MaskArea) UpdateVisible();
|
||||||
SetScrollContainerPosition();
|
SetScrollContainerPosition();
|
||||||
|
ChangeBulletsInfo(_currentPage);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnRectTransformDimensionsChange()
|
private void OnRectTransformDimensionsChange()
|
||||||
|
|
Loading…
Reference in New Issue