Skip to content

Commit

Permalink
[3d] Swap top/bottom sides of GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Apr 3, 2020
1 parent f412104 commit 5281049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/windowing/GraphicContext.cpp
Expand Up @@ -255,7 +255,7 @@ CPoint CGraphicContext::StereoCorrection(const CPoint &point) const
{
const RESOLUTION_INFO info = GetResInfo();

if(m_stereoView == RENDER_STEREO_VIEW_RIGHT)
if(m_stereoView == RENDER_STEREO_VIEW_LEFT)
res.y += info.iHeight + info.iBlanking;
}
if(m_stereoMode == RENDER_STEREO_MODE_SPLIT_VERTICAL)
Expand Down

0 comments on commit 5281049

Please sign in to comment.