Skip to content

Commit

Permalink
Revert "VideoPlayer: flush renderManager when hiding video"
Browse files Browse the repository at this point in the history
This reverts commit 12b75bf.
  • Loading branch information
popcornmix committed May 22, 2018
1 parent a4e08b4 commit 1eb31eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xbmc/cores/VideoPlayer/VideoRenderers/RenderManager.cpp
Expand Up @@ -265,8 +265,6 @@ bool CRenderManager::IsConfigured() const
void CRenderManager::ShowVideo(bool enable)
{
m_showVideo = enable;
if (!enable)
Flush(false);
}

void CRenderManager::FrameWait(int ms)
Expand Down

0 comments on commit 1eb31eb

Please sign in to comment.