From 2d1cee462363ec2898fb7f7aac9962569e63d0f3 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 7 Feb 2012 19:11:32 +0000 Subject: [PATCH] fix stereo rendering in pview --- panda/src/display/stereoDisplayRegion.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/display/stereoDisplayRegion.cxx b/panda/src/display/stereoDisplayRegion.cxx index 7284358c4f..044a84035b 100644 --- a/panda/src/display/stereoDisplayRegion.cxx +++ b/panda/src/display/stereoDisplayRegion.cxx @@ -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); } ////////////////////////////////////////////////////////////////////