mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-29 21:00:06 +00:00
NotAvailable should not hang animation
This commit is contained in:
parent
1f8cd8ee39
commit
d6834127db
1 changed files with 1 additions and 2 deletions
|
|
@ -317,8 +317,7 @@ void TimelineManager::ReceiveRadarSweepNotUpdated(std::size_t mapIndex,
|
||||||
types::NoUpdateReason reason)
|
types::NoUpdateReason reason)
|
||||||
{
|
{
|
||||||
if (!p->radarSweepMonitorActive_ ||
|
if (!p->radarSweepMonitorActive_ ||
|
||||||
(reason == types::NoUpdateReason::NotLoaded ||
|
reason == types::NoUpdateReason::NotLoaded)
|
||||||
reason == types::NoUpdateReason::NotAvailable))
|
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue