mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
remove compiler warning
This commit is contained in:
parent
c4f3f0b8e4
commit
694867abce
@ -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),
|
_draw_this_pcollector(_draw_bin_pcollector, name)
|
||||||
_gsg(gsg)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user