fix stereo rendering in pview

This commit is contained in:
David Rose 2012-02-07 19:11:32 +00:00
parent beabaecca4
commit 2d1cee4623

View File

@ -33,6 +33,7 @@ StereoDisplayRegion(GraphicsOutput *window,
nassertv(window == left->get_window() &&
window == right->get_window());
set_stereo_channel(Lens::SC_stereo);
set_sort(0);
}
////////////////////////////////////////////////////////////////////