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 May 30, 2018
1 parent 4b7382f commit 62f057f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xbmc/cores/VideoPlayer/VideoRenderers/RenderManager.cpp
Expand Up @@ -1089,9 +1089,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 62f057f

Please sign in to comment.