mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 09:10:06 +00:00
Re-add chunks provider to populate product times
This commit is contained in:
parent
4fdf52b9b4
commit
cb749e7b9e
1 changed files with 5 additions and 0 deletions
|
|
@ -1272,6 +1272,11 @@ void RadarProductManagerImpl::PopulateLevel2ProductTimes(
|
||||||
level2ProductRecordMutex_,
|
level2ProductRecordMutex_,
|
||||||
time,
|
time,
|
||||||
update);
|
update);
|
||||||
|
PopulateProductTimes(level2ChunksProviderManager_,
|
||||||
|
level2ProductRecords_,
|
||||||
|
level2ProductRecordMutex_,
|
||||||
|
time,
|
||||||
|
update);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RadarProductManagerImpl::PopulateLevel3ProductTimes(
|
void RadarProductManagerImpl::PopulateLevel3ProductTimes(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue