mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-06 01:23:31 +08:00
Fix typo
This commit is contained in:
parent
212d9a4d5e
commit
012994ed02
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user