Skip to content

Commit

Permalink
RenderManager: Revert show_video commit minimally
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Apr 3, 2020
1 parent 40c9ea3 commit 2a9d933
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xbmc/cores/VideoPlayer/VideoRenderers/RenderManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1083,9 +1083,6 @@ void CRenderManager::PrepareNextRender()
return;
}

if (!m_showVideo && !m_forceNext)
return;

double frameOnScreen = m_dvdClock.GetClock();
double frametime = 1.0 / CServiceBroker::GetWinSystem()->GetGfxContext().GetFPS() * DVD_TIME_BASE;

Expand Down

0 comments on commit 2a9d933

Please sign in to comment.