mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-19 05:06:25 -04:00
fix comment
This commit is contained in:
parent
7f4bb9e9c3
commit
052b8cdb93
@ -55,7 +55,7 @@ get_num_geoms() const {
|
|||||||
// Description: Returns the nth geom of the node. This object should
|
// Description: Returns the nth geom of the node. This object should
|
||||||
// not be modified, since the same object might be
|
// not be modified, since the same object might be
|
||||||
// shared between multiple different GeomNodes, but see
|
// shared between multiple different GeomNodes, but see
|
||||||
// get_unique_geom().
|
// modify_geom().
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE CPT(Geom) GeomNode::
|
INLINE CPT(Geom) GeomNode::
|
||||||
get_geom(int n) const {
|
get_geom(int n) const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user