mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 17:30:05 +00:00
Minor updates to level2 chunks
This commit is contained in:
parent
a754d66844
commit
add57ff26f
2 changed files with 26 additions and 8 deletions
|
|
@ -645,7 +645,7 @@ void RadarProductManager::EnableRefresh(common::RadarProductGroup group,
|
|||
{
|
||||
if (group == common::RadarProductGroup::Level2)
|
||||
{
|
||||
p->EnableRefresh(uuid, p->level2ProviderManager_, enabled);
|
||||
//p->EnableRefresh(uuid, p->level2ProviderManager_, enabled);
|
||||
p->EnableRefresh(uuid, p->level2ChunksProviderManager_, enabled);
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue