mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
use joint_has_primitives
This commit is contained in:
parent
6526538d65
commit
7398f2bfa2
@ -209,7 +209,7 @@ expose(EggGroup::DCSType dcs_type) {
|
|||||||
bool EggJointNodePointer::
|
bool EggJointNodePointer::
|
||||||
has_vertices() const {
|
has_vertices() const {
|
||||||
if (_joint != (EggGroup *)NULL) {
|
if (_joint != (EggGroup *)NULL) {
|
||||||
return (_joint->vref_size() != 0) || _joint->has_primitives();
|
return (_joint->vref_size() != 0) || _joint->joint_has_primitives();
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user