Skip to content

Commit

Permalink
Merge pull request xbmc#8100 from MartijnKaijser/sub_fix1
Browse files Browse the repository at this point in the history
fix c/p error in 1937a0f
  • Loading branch information
MartijnKaijser committed Sep 20, 2015
2 parents 58f881c + cec454f commit 4ed3eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/cores/VideoRenderers/OverlayRendererGUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ COverlayText::COverlayText(CDVDOverlayText * src)
else
{
if(m_subalign == SUBTITLE_ALIGN_TOP_INSIDE ||
m_subalign == SUBTITLE_ALIGN_TOP_OUTSIDE)
m_subalign == SUBTITLE_ALIGN_BOTTOM_INSIDE)
m_align = ALIGN_VIDEO;
else
m_align = ALIGN_SCREEN;
Expand Down

0 comments on commit 4ed3eb6

Please sign in to comment.