mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
fixed:looplistitem重复赋值问题
fixed:looplistitem重复赋值问题
This commit is contained in:
@@ -65,7 +65,7 @@ namespace GameLogic
|
|||||||
base.AdjustItemNum(n, datas, funcItem);
|
base.AdjustItemNum(n, datas, funcItem);
|
||||||
m_tpFuncItem = funcItem;
|
m_tpFuncItem = funcItem;
|
||||||
LoopRectView.SetListItemCount(n);
|
LoopRectView.SetListItemCount(n);
|
||||||
LoopRectView.RefreshAllShownItem();
|
// LoopRectView.RefreshAllShownItem();
|
||||||
m_tpFuncItem = null;
|
m_tpFuncItem = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user