This commit is contained in:
Sinai 2021-04-22 21:19:48 +10:00 committed by GitHub
parent 212d9a4d5e
commit 012994ed02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ namespace UnityExplorer.UI.Widgets
public void TakeFromSister(int count)
{
for (int i = 0, i < count; i++)
Add(sisterCache[ScrollPool.DataSource.GetRealIndexForTempIndex(i)]);
Add(sisterCache[ScrollPool.DataSource.GetRealIndexOfTempIndex(i)]);
}
public void RemoveLast()