2
0
David Rose 18 жил өмнө
parent
commit
40196a0af2

+ 2 - 2
panda/src/pgraph/cullBin.cxx

@@ -132,8 +132,8 @@ check_flash_color() {
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 CullBin::ResultGraphBuilder::
 CullBin::ResultGraphBuilder::
 ResultGraphBuilder(PandaNode *root_node) :
 ResultGraphBuilder(PandaNode *root_node) :
-  _root_node(root_node),
-  _object_index(0)
+  _object_index(0),
+  _root_node(root_node)
 {
 {
 }
 }