mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
remove compiler warning
This commit is contained in:
parent
c4f3f0b8e4
commit
694867abce
@ -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)
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user