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