This commit is contained in:
2020-08-03 23:05:29 +08:00
parent f3ecc018ff
commit 9e8c6f080f
64 changed files with 325 additions and 261 deletions

View File

@@ -643,6 +643,7 @@ public class UIScrollView : MonoBehaviour
{
if (NGUITools.GetActive(this))
{
mMomentum = Vector3.zero;
// Invalidate the bounds
mCalculatedBounds = false;
Vector2 pv = NGUIMath.GetPivotOffset(contentPivot);