Skip to content

Commit

Permalink
fixed sbs mode
Browse files Browse the repository at this point in the history
  • Loading branch information
nadvornik committed Sep 27, 2011
1 parent e82e902 commit 797e4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pixbuf-renderer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ static void pr_size_sync(PixbufRenderer *pr, gint new_width, gint new_height)
{
if (pr->stereo_mode & PR_STEREO_HORIZ)
{
new_viewport_width = new_width;
new_viewport_width = new_width / 2;
}
else if (pr->stereo_mode & PR_STEREO_VERT)
{
Expand Down

0 comments on commit 797e4db

Please sign in to comment.