fixed comment

This commit is contained in:
2023-04-26 20:51:14 +08:00
parent a377fe8d05
commit d4d8af1bdc

View File

@@ -132,7 +132,7 @@ namespace hgl
}
pos=idle_items.GetValueAndSerial(key,value);
if(pos>0) //在限制列表中找
if(pos>0) //在闲置列表中找
{
active_items.Add(key,new ActiveItem(value));
idle_items.DeleteBySerial(pos);