Merge remote-tracking branch 'origin/dev_nonearth' into dev_cyp
This commit is contained in:
commit
10ffd8160a
@ -282,7 +282,7 @@ namespace Assets.Scenes.Ride.Scripts
|
|||||||
//超出边界隐藏
|
//超出边界隐藏
|
||||||
var start = graph.HorizontalScrolling;
|
var start = graph.HorizontalScrolling;
|
||||||
var end = graph.HorizontalScrolling + graph.DataSource.HorizontalViewSize;
|
var end = graph.HorizontalScrolling + graph.DataSource.HorizontalViewSize;
|
||||||
headPanel.SetActive( viewIndex >= start && viewIndex <= end);
|
headPanel.SetActive(nextIndex >= start && nextIndex <= end);
|
||||||
//显示头像
|
//显示头像
|
||||||
if (head == null)
|
if (head == null)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user