Do not skip frames in the overlay tree while there are unready handles.

This commit is contained in:
Daria Volvenkova 2017-08-04 17:29:54 +03:00 committed by Roman Kuznetsov
parent 14af0bd6bc
commit 92e23ba11b

View file

@ -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;
}