Add Screen Change event to "GoToPage"

--HG--
branch : develop_5.3
pull/413/head
Simon Jackson 2017-01-08 12:03:27 +00:00
parent 1a18b3b4cc
commit 5820447547
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ namespace UnityEngine.UI.Extensions
_lerp = true;
CurrentPage = screenIndex;
GetPositionforPage(_currentPage, ref _lerp_target);
ScreenChange();
}
}