Fixing Vertical snap too
parent
3427cb8442
commit
2c2a605f79
|
@ -45,6 +45,8 @@ namespace UnityEngine.UI.Extensions
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (UseHardSwipe) return;
|
||||||
|
|
||||||
CurrentPage = GetPageforPosition(_screensContainer.anchoredPosition);
|
CurrentPage = GetPageforPosition(_screensContainer.anchoredPosition);
|
||||||
|
|
||||||
//If the container is moving check if it needs to settle on a page
|
//If the container is moving check if it needs to settle on a page
|
||||||
|
|
Loading…
Reference in New Issue