Skip to content

Commit

Permalink
Fix Issue qiankanglai#22
Browse files Browse the repository at this point in the history
  • Loading branch information
qiankanglai committed Nov 14, 2017
1 parent 26c47fe commit 19dbb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Scripts/LoopScrollRect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public void RefillCellsFromEnd(int offset = 0)
if (directionSign == -1)
pos.y = dist;
else if (directionSign == 1)
pos.x = dist;
pos.x = -dist;
m_Content.anchoredPosition = pos;
}

Expand Down

0 comments on commit 19dbb4c

Please sign in to comment.