Browse Source

fix stereo rendering in pview

David Rose 14 years ago
parent
commit
2d1cee4623
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/display/stereoDisplayRegion.cxx

+ 1 - 0
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);
 }
 
 ////////////////////////////////////////////////////////////////////