Browse Source

remove compiler warning

David Rose 22 years ago
parent
commit
694867abce
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/pgraph/cullBin.I

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

@@ -24,8 +24,8 @@
 ////////////////////////////////////////////////////////////////////
 INLINE CullBin::
 CullBin(const string &name, GraphicsStateGuardianBase *gsg) : 
+  _gsg(gsg),
   _cull_this_pcollector(_cull_bin_pcollector, name),
-  _draw_this_pcollector(_draw_bin_pcollector, name),
-  _gsg(gsg)
+  _draw_this_pcollector(_draw_bin_pcollector, name)
 {
 }