forked from organicmaps/organicmaps-tmp
Do not skip frames in the overlay tree while there are unready handles.
This commit is contained in:
parent
14af0bd6bc
commit
92e23ba11b
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ void OverlayTree::Add(ref_ptr<OverlayHandle> handle)
|
|||
// Skip not-ready handles.
|
||||
if (!handle->Update(modelView))
|
||||
{
|
||||
m_frameCounter == kInvalidFrame;
|
||||
handle->SetReady(false);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue