mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
incorrect inline param
This commit is contained in:
parent
4b528585e4
commit
8f5a17a8cd
@ -106,7 +106,7 @@ resize_pool(int new_size) {
|
|||||||
// Access : private
|
// Access : private
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
INLINE void GeomParticleRenderer::
|
void GeomParticleRenderer::
|
||||||
kill_nodes(void) {
|
kill_nodes(void) {
|
||||||
pvector< PT(PandaNode) >::iterator vec_iter = _node_vector.begin();
|
pvector< PT(PandaNode) >::iterator vec_iter = _node_vector.begin();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user