mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
fix erroneous error message
This commit is contained in:
parent
c45e01c261
commit
2c3681ea07
@ -802,7 +802,7 @@ int MayaEggGeom::GetVert(EggVertex *vert, EggGroup *context)
|
|||||||
vtx._index = _vert_count++;
|
vtx._index = _vert_count++;
|
||||||
|
|
||||||
if ((remaining_weight) > 0.01) {
|
if ((remaining_weight) > 0.01) {
|
||||||
mayaloader_cat.warning() << "weight munged to 1.0 by " << remaining_weight << " on: " << context->get_name() << " idx:" << vti->_index << endl;
|
mayaloader_cat.warning() << "weight munged to 1.0 by " << remaining_weight << " on: " << context->get_name() << " idx:" << vtx._index << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
_vertexArray.append(MakeMayaPoint(vtx._pos));
|
_vertexArray.append(MakeMayaPoint(vtx._pos));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user