mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-07 18:13:35 +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)
|
public void TakeFromSister(int count)
|
||||||
{
|
{
|
||||||
for (int i = 0, i < count; i++)
|
for (int i = 0, i < count; i++)
|
||||||
Add(sisterCache[ScrollPool.DataSource.GetRealIndexForTempIndex(i)]);
|
Add(sisterCache[ScrollPool.DataSource.GetRealIndexOfTempIndex(i)]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void RemoveLast()
|
public void RemoveLast()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user