From 43a233d4738e636f780feedcb1c92c2f1d782d7a Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 27 Aug 2002 21:32:07 +0000 Subject: [PATCH] don't force bin override; allow binning in render2d --- panda/src/pgui/pgTop.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/panda/src/pgui/pgTop.cxx b/panda/src/pgui/pgTop.cxx index 4c332edd3e..e470209035 100644 --- a/panda/src/pgui/pgTop.cxx +++ b/panda/src/pgui/pgTop.cxx @@ -45,9 +45,7 @@ PGTop(const string &name) : // will be unsorted: rendered in scene graph order. This is closer // to what the user wants anyway in a 2-d scene graph. - // This override of 1000 should really be a system constant - // somewhere. - set_attrib(CullBinAttrib::make("unsorted", 0), 1000); + set_attrib(CullBinAttrib::make("unsorted", 0)); } ////////////////////////////////////////////////////////////////////