Parcourir la source

remove compiler warning

David Rose il y a 22 ans
Parent
commit
694867abce
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      panda/src/pgraph/cullBin.I

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

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